Skip to content

Commit 02a3f76

Browse files
authoredDec 21, 2024··
feat(engine-js): update deps, support new languages (#872)
1 parent 6762458 commit 02a3f76

File tree

5 files changed

+203
-155
lines changed

5 files changed

+203
-155
lines changed
 

‎docs/references/engine-js-compat.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Compatibility reference of all built-in grammars with the [JavaScript RegExp engine](/guide/regex-engines#javascript-regexp-engine).
44

5-
> Generated on Thursday, December 19, 2024
5+
> Generated on Saturday, December 21, 2024
66
>
7-
> Version `1.24.2`
7+
> Version `1.24.3`
88
>
99
> Runtime: Node.js v22.11.0
1010
@@ -13,8 +13,8 @@ Compatibility reference of all built-in grammars with the [JavaScript RegExp eng
1313
| | Count |
1414
| :-------------- | --------------------------: |
1515
| Total Languages | 218 |
16-
| Supported | [206](#supported-languages) |
17-
| Mismatched | [6](#mismatched-languages) |
16+
| Supported | [208](#supported-languages) |
17+
| Mismatched | [4](#mismatched-languages) |
1818
| Unsupported | [6](#unsupported-languages) |
1919

2020
## Supported Languages
@@ -132,6 +132,7 @@ In some edge cases, it's not guaranteed that the highlighting will be 100% the s
132132
| lua | ✅ OK | 278 | - | |
133133
| luau | ✅ OK | 88 | - | |
134134
| make | ✅ OK | 51 | - | |
135+
| markdown | ✅ OK | 118 | - | |
135136
| marko | ✅ OK | 926 | - | |
136137
| matlab | ✅ OK | 88 | - | |
137138
| mdc | ✅ OK | 783 | - | |
@@ -152,6 +153,7 @@ In some edge cases, it's not guaranteed that the highlighting will be 100% the s
152153
| perl | ✅ OK | 941 | - | |
153154
| php | ✅ OK | 1131 | - | |
154155
| plsql | ✅ OK | 45 | - | |
156+
| po | ✅ OK | 23 | - | |
155157
| postcss | ✅ OK | 49 | - | |
156158
| powerquery | ✅ OK | 30 | - | |
157159
| powershell | ✅ OK | 88 | - | |
@@ -242,14 +244,12 @@ In some edge cases, it's not guaranteed that the highlighting will be 100% the s
242244

243245
Languages that do not throw with the JavaScript RegExp engine, but will produce different results than the WASM engine. Please use with caution.
244246

245-
| Language | Highlight Match | Patterns Parsable | Patterns Failed | Diff |
246-
| -------- | :---------------------------------------------------------------------------- | ----------------: | --------------: | ---: |
247-
| apex | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=apex) | 187 | - | 33 |
248-
| cpp | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=cpp) | 512 | - | 8 |
249-
| kusto | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=kusto) | 60 | - | 40 |
250-
| markdown | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=markdown) | 118 | - | 100 |
251-
| nginx | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=nginx) | 378 | - | 122 |
252-
| po | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=po) | 23 | - | 114 |
247+
| Language | Highlight Match | Patterns Parsable | Patterns Failed | Diff |
248+
| -------- | :------------------------------------------------------------------------- | ----------------: | --------------: | ---: |
249+
| apex | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=apex) | 187 | - | 33 |
250+
| cpp | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=cpp) | 512 | - | 8 |
251+
| kusto | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=kusto) | 60 | - | 40 |
252+
| nginx | [🚧 Mismatch](https://textmate-grammars-themes.netlify.app/?grammar=nginx) | 378 | - | 122 |
253253

254254
## Unsupported Languages
255255

0 commit comments

Comments
 (0)
Please sign in to comment.