Skip to content

Commit 30ad05f

Browse files
committed
Add oniguruma-parser regex optimizer #18
1 parent 5a04a97 commit 30ad05f

8 files changed

+219
-189
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Syntax Highlighting and Intellisense for VSCodes's JSON based TextMate grammars
99
* Breadcrumbs/Outline
1010
* Formatting
1111
* Schema support
12+
* Regex [Optimizer](https://github.com/slevithan/oniguruma-parser)
1213
* `repository`/`include` Call Hierarchy View
1314
* [F2] Rename
1415
* CodeLens
@@ -66,6 +67,7 @@ Highlights scope names with their own themed colour in realtime:
6667
* [Github - Oniguruma](https://github.com/kkos/oniguruma)
6768
* [Github - Oniguruma: list of all expressions](https://github.com/kkos/oniguruma/blob/v6.9.8/doc/RE)
6869
* [Github - VSCode Oniguruma](https://github.com/microsoft/vscode-oniguruma)
70+
* [Github - Oniguruma Optimizer](https://github.com/slevithan/oniguruma-parser)
6971
* [Github - Unit testing](https://github.com/PanAeon/vscode-tmgrammar-test)
7072
* [Github - TmLanguage-Syntax-Highlighter](https://github.com/RedCMD/TmLanguage-Syntax-Highlighter)
7173
* [Github - Documentation](https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/documentation/index.md)

Diff for: package-lock.json

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
]
446446
},
447447
"dependencies": {
448+
"oniguruma-parser": "^0.7.0",
448449
"vscode-oniguruma": "1.7.0",
449450
"web-tree-sitter": "^0.25.3"
450451
},

0 commit comments

Comments
 (0)