tm-grammars 1.23.17 → 1.23.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/grammars/actionscript-3.json +1 -1
- package/grammars/asm.json +11 -0
- package/grammars/coq.json +14 -0
- package/grammars/erlang.json +146 -10
- package/index.js +24 -24
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ import { grammars } from 'tm-grammars'
|
|
|
21
21
|
| Name | Alias | Source | License | Sponsor | Deps On | File Size |
|
|
22
22
|
| ---- | ----- | ------ | ------- | ------- | ------- | --------- |
|
|
23
23
|
| `abap` | | [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle/blob/92e17e62a9449d2a6f87bfb30b4f920986c24018/Syntaxes/ABAP.tmLanguage) | | | | 15.12 kB |
|
|
24
|
-
| `actionscript-3` | | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/
|
|
24
|
+
| `actionscript-3` | | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/e7e35cc16363f07b2e536d7224a96c81354a316f/distribution/src/assembly/syntaxes/AS3.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE) | [Patreon: **josht**](https://patreon.com/josht) | | 13.32 kB |
|
|
25
25
|
| `ada` | | [AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server/blob/9329f709cf1aef897bfca679c54e0c3d17f2205f/integration/vscode/ada/advanced/ada.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE) | | | 45.39 kB |
|
|
26
26
|
| `angular-html` | | [onivim/vscode-exthost](https://github.com/onivim/vscode-exthost/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/onivim/vscode-exthost/master/LICENSE.txt) | | `html` `angular-expression` `angular-let-declaration` `angular-template` `angular-template-blocks` | 701.00 B |
|
|
27
27
|
| `angular-ts` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/210541906e5a96ab39f9c753f921b1bd35f4138b/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `angular-expression` `angular-inline-style` `angular-inline-template` `angular-let-declaration` `angular-template` `angular-template-blocks` | 160.04 kB |
|
|
@@ -31,7 +31,7 @@ import { grammars } from 'tm-grammars'
|
|
|
31
31
|
| `applescript` | | [textmate/applescript.tmbundle](https://github.com/textmate/applescript.tmbundle/blob/4947cad7494eba084c21cfe04689b4efce96700f/Syntaxes/AppleScript.tmLanguage) | | | | 27.80 kB |
|
|
32
32
|
| `ara` | | [ara-lang/highlighting](https://github.com/ara-lang/highlighting/blob/ed1dbedcf03d0b67207e41fe2e11218cc925dc0d/syntaxes/ara.json) | [Apache-2.0](https://raw.githubusercontent.com/ara-lang/highlighting/main/LICENSE-APACHE) | | | 5.91 kB |
|
|
33
33
|
| `asciidoc` | `adoc` | [asciidoctor/asciidoctor-vscode](https://github.com/asciidoctor/asciidoctor-vscode/blob/d9b169e4c367a605eba9039b40440330b11aa775/syntaxes/Asciidoctor.json) | [NOASSERTION](https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE) | | `html` `yaml` `csv` `c` `clojure` `coffee` `cpp` `css` `csharp` `diff` `docker` `elixir` `elm` `erlang` `go` `groovy` `haskell` `java` `javascript` `json` `jsx` `julia` `kotlin` `less` `make` `objective-c` `ocaml` `perl` `python` `r` `ruby` `rust` `sass` `scala` `scss` `shellscript` `sql` `swift` `toml` `typescript` `xml` | 81.89 kB |
|
|
34
|
-
| `asm` | | [13xforever/x86_64-assembly-vscode](https://github.com/13xforever/x86_64-assembly-vscode/blob/
|
|
34
|
+
| `asm` | | [13xforever/x86_64-assembly-vscode](https://github.com/13xforever/x86_64-assembly-vscode/blob/5c1958f4283d260f5dc88fa4f5f31c620e061a5a/syntaxes/language-x86_64-assembly.tmLanguage) | [MIT](https://raw.githubusercontent.com/13xforever/x86_64-assembly-vscode/master/LICENSE.txt) | | | 38.43 kB |
|
|
35
35
|
| `astro` | | [withastro/language-tools](https://github.com/withastro/language-tools/blob/8e55c37cbcf134dedf0068781245da5a9d46d081/packages/vscode/syntaxes/astro.tmLanguage.src.yaml) | [MIT](https://raw.githubusercontent.com/withastro/language-tools/main/LICENSE) | [GitHub Sponsors: **@withastro**](https://github.com/sponsors/withastro) [Open Collective: **astrodotbuild**](https://opencollective.com/astrodotbuild) [thanks.dev: **u/gh/withastro**](https://thanks.dev/d/u/gh/withastro) | `json` `javascript` `typescript` `stylus` `sass` `css` `scss` `less` `postcss` `tsx` | 22.87 kB |
|
|
36
36
|
| `awk` | | [luggage66/vscode-awk](https://github.com/luggage66/vscode-awk/blob/eff8c0f160ae16592c8d9963fd77046137fd2612/syntaxes/awk.tmLanguage) | [MIT](https://raw.githubusercontent.com/luggage66/vscode-awk/master/LICENSE.txt) | | | 5.16 kB |
|
|
37
37
|
| `ballerina` | | [ballerina-platform/ballerina-grammar](https://github.com/ballerina-platform/ballerina-grammar/blob/4bf70d328ae9e5a93219e44c031ab3776c76727a/syntaxes/ballerina.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/ballerina-platform/ballerina-grammar/master/LICENSE) | | | 55.03 kB |
|
|
@@ -53,7 +53,7 @@ import { grammars } from 'tm-grammars'
|
|
|
53
53
|
| `codeql` | `ql` | [github/vscode-codeql](https://github.com/github/vscode-codeql/blob/a6266bbcc88702619ceb580253a65e8f83333c1b/syntaxes/ql.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md) | | | 25.78 kB |
|
|
54
54
|
| `coffee` | `coffeescript` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ff58f5083f57b50e6a100ab60454dfb72fe21e80/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `javascript` | 25.88 kB |
|
|
55
55
|
| `common-lisp` | `lisp` | [qingpeng9802/vscode-common-lisp](https://github.com/qingpeng9802/vscode-common-lisp/blob/79d04dc9ca80d98e65c4f28b3d67a24a7829b18f/syntaxes/commonlisp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/qingpeng9802/vscode-common-lisp/master/LICENSE) | | | 21.55 kB |
|
|
56
|
-
| `coq` | | [coq-community/vscoq](https://github.com/coq-community/vscoq/blob/
|
|
56
|
+
| `coq` | | [coq-community/vscoq](https://github.com/coq-community/vscoq/blob/e41917563836906011e78002b203b89fdd4bf699/client/syntax/coq.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/rocq-prover/vscoq/main/LICENSE) | | | 5.08 kB |
|
|
57
57
|
| `cpp` | `c++` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `cpp-macro` `regexp` `glsl` `sql` | 372.71 kB |
|
|
58
58
|
| `crystal` | | [crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/c920b0931ec5f05b78447dbff31b172c64f1d734/syntaxes/crystal.json) | [MIT](https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE) | | `html` `sql` `css` `c` `javascript` `shellscript` | 27.39 kB |
|
|
59
59
|
| `csharp` | `c#` `cs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/a26707320440021f45b508767c94c2634eb6e897/extensions/csharp/syntaxes/csharp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 80.40 kB |
|
|
@@ -74,7 +74,7 @@ import { grammars } from 'tm-grammars'
|
|
|
74
74
|
| `elm` | | [elm-tooling/elm-language-client-vscode](https://github.com/elm-tooling/elm-language-client-vscode/blob/c70351314682c2e0fae8a402ebb301da79821c37/syntaxes/elm-syntax.json) | [MIT](https://raw.githubusercontent.com/elm-tooling/elm-language-client-vscode/main/LICENSE) | [GitHub Sponsors: **@razzeee**](https://github.com/sponsors/razzeee) [GitHub Sponsors: **@jmbockhorst**](https://github.com/sponsors/jmbockhorst) [Open Collective: **elm-tooling**](https://opencollective.com/elm-tooling) | `glsl` | 10.27 kB |
|
|
75
75
|
| `emacs-lisp` | `elisp` | [Alhadis/language-emacs-lisp](https://github.com/Alhadis/language-emacs-lisp/blob/07ef9e419b80478a0976acbc6ef9d190b07e508e/grammars/emacs-lisp.cson) | [ISC](https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md) | | | 760.40 kB |
|
|
76
76
|
| `erb` | | [textmate/ruby.tmbundle](https://github.com/textmate/ruby.tmbundle/blob/ecf0f1df23984bcff9b51552e35d9696cb0d9539/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage) | | | `html` `ruby` | 1.90 kB |
|
|
77
|
-
| `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/
|
|
77
|
+
| `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/6115175e7e574f69637eaee3db7731915c6f03aa/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | | 35.65 kB |
|
|
78
78
|
| `fennel` | | [kongeor/vsc-fennel](https://github.com/kongeor/vsc-fennel/blob/664148923d7bd72531120d0cba712c6dba6f698d/syntaxes/fennel.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/kongeor/vsc-fennel/master/LICENSE) | | | 4.53 kB |
|
|
79
79
|
| `fish` | | [bmalehorn/vscode-fish](https://github.com/bmalehorn/vscode-fish/blob/2fe4ccc72fdcd9b9f54fbb2c05fe9b350c32d718/syntaxes/fish.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/bmalehorn/vscode-fish/master/LICENSE) | | | 3.88 kB |
|
|
80
80
|
| `fluent` | `ftl` | [macabeus/vscode-fluent](https://github.com/macabeus/vscode-fluent/blob/8544ea296a7769a359f43ddff4dc4b6c61f5cf59/syntaxes/fluent.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/macabeus/vscode-fluent/master/LICENSE) | | | 3.38 kB |
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"name": "keyword.operator.actionscript.3"
|
|
486
486
|
},
|
|
487
487
|
"metadata": {
|
|
488
|
-
"begin": "\\[\\s*\\b(
|
|
488
|
+
"begin": "(?<=(?:^|[;{}]|\\*/)\\s*)\\[\\s*\\b([$A-Z_a-z][$0-9A-Z_a-z]+)\\b",
|
|
489
489
|
"beginCaptures": {
|
|
490
490
|
"1": {
|
|
491
491
|
"name": "keyword.other.actionscript.3"
|
package/grammars/asm.json
CHANGED
|
@@ -268,6 +268,9 @@
|
|
|
268
268
|
{
|
|
269
269
|
"include": "#mnemonics-esi"
|
|
270
270
|
},
|
|
271
|
+
{
|
|
272
|
+
"include": "#mnemonics-speculation"
|
|
273
|
+
},
|
|
271
274
|
{
|
|
272
275
|
"include": "#mnemonics-intel-manual-listing"
|
|
273
276
|
},
|
|
@@ -1068,6 +1071,14 @@
|
|
|
1068
1071
|
}
|
|
1069
1072
|
]
|
|
1070
1073
|
},
|
|
1074
|
+
"mnemonics-speculation": {
|
|
1075
|
+
"patterns": [
|
|
1076
|
+
{
|
|
1077
|
+
"match": "(?i)\\bib(pb|hf)\\b",
|
|
1078
|
+
"name": "keyword.operator.word.mnemonic.speculation"
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1071
1082
|
"mnemonics-sse": {
|
|
1072
1083
|
"patterns": [
|
|
1073
1084
|
{
|
package/grammars/coq.json
CHANGED
|
@@ -97,6 +97,20 @@
|
|
|
97
97
|
},
|
|
98
98
|
"match": "\\b(Ltac)\\s+(([_ \\p{L}])(['0-9_ \\p{L}])*)"
|
|
99
99
|
},
|
|
100
|
+
{
|
|
101
|
+
"captures": {
|
|
102
|
+
"1": {
|
|
103
|
+
"name": "keyword.source.coq"
|
|
104
|
+
},
|
|
105
|
+
"2": {
|
|
106
|
+
"name": "keyword.source.coq"
|
|
107
|
+
},
|
|
108
|
+
"3": {
|
|
109
|
+
"name": "entity.name.function.ltac"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"match": "\\b(Ltac2)\\s+(mutable\\s+)?(rec\\s+)?(([_ \\p{L}])(['0-9_ \\p{L}])*)"
|
|
113
|
+
},
|
|
100
114
|
{
|
|
101
115
|
"match": "\\b(Hint(\\s+Mode)?|Create\\s+HintDb|Constructors|Resolve|Rewrite|Ltac2??|Implicit(\\s+Types)?|Set|Unset|Remove\\s+Printing|Arguments|((Tactic|Reserved)\\s+)?Notation|Infix|Section|Module(\\s+Type)?|End|Check|Print(\\s+All)?|Eval|Compute|Search|Universe|Coercions|Generalizable(\\s+(All|Variable))?|Existing(\\s+(Class|Instance))?|Canonical|About|Locate|Collection|Typeclasses\\s+(Opaque|Transparent))\\b",
|
|
102
116
|
"name": "keyword.source.coq"
|
package/grammars/erlang.json
CHANGED
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
{
|
|
28
28
|
"include": "#macro-directive"
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
"include": "#doc-directive"
|
|
32
|
+
},
|
|
30
33
|
{
|
|
31
34
|
"include": "#directive"
|
|
32
35
|
},
|
|
@@ -341,6 +344,52 @@
|
|
|
341
344
|
}
|
|
342
345
|
]
|
|
343
346
|
},
|
|
347
|
+
"doc-directive": {
|
|
348
|
+
"begin": "^\\s*+(-)\\s*+((module)?doc)\\s*(\\(\\s*)?(~[BSbs]?)?((\"{3,})\\s*)(\\S.*)?$",
|
|
349
|
+
"beginCaptures": {
|
|
350
|
+
"1": {
|
|
351
|
+
"name": "punctuation.section.directive.begin.erlang"
|
|
352
|
+
},
|
|
353
|
+
"2": {
|
|
354
|
+
"name": "keyword.control.directive.doc.erlang"
|
|
355
|
+
},
|
|
356
|
+
"4": {
|
|
357
|
+
"name": "punctuation.definition.parameters.begin.erlang"
|
|
358
|
+
},
|
|
359
|
+
"5": {
|
|
360
|
+
"name": "storage.type.string.erlang"
|
|
361
|
+
},
|
|
362
|
+
"6": {
|
|
363
|
+
"name": "comment.block.documentation.erlang"
|
|
364
|
+
},
|
|
365
|
+
"7": {
|
|
366
|
+
"name": "punctuation.definition.string.begin.erlang"
|
|
367
|
+
},
|
|
368
|
+
"8": {
|
|
369
|
+
"name": "invalid.illegal.string.erlang"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"end": "^(\\s*(\\7))\\s*(\\)\\s*)?(\\.)",
|
|
373
|
+
"endCaptures": {
|
|
374
|
+
"1": {
|
|
375
|
+
"name": "comment.block.documentation.erlang"
|
|
376
|
+
},
|
|
377
|
+
"2": {
|
|
378
|
+
"name": "punctuation.definition.string.end.erlang"
|
|
379
|
+
},
|
|
380
|
+
"3": {
|
|
381
|
+
"name": "punctuation.section.directive.end.Erlang"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"name": "meta.directive.doc.erlang",
|
|
385
|
+
"patterns": [
|
|
386
|
+
{
|
|
387
|
+
"begin": "\\G",
|
|
388
|
+
"contentName": "comment.block.documentation.erlang",
|
|
389
|
+
"while": "^()(?!\\s*(\\5))"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
344
393
|
"docstring": {
|
|
345
394
|
"begin": "(?<!\")((\"{3,})\\s*)(\\S.*)?$",
|
|
346
395
|
"beginCaptures": {
|
|
@@ -363,7 +412,12 @@
|
|
|
363
412
|
"name": "punctuation.definition.string.end.erlang"
|
|
364
413
|
}
|
|
365
414
|
},
|
|
366
|
-
"name": "string.quoted.triple.erlang"
|
|
415
|
+
"name": "string.quoted.triple.erlang",
|
|
416
|
+
"patterns": [
|
|
417
|
+
{
|
|
418
|
+
"include": "#internal-string-body-verbatim"
|
|
419
|
+
}
|
|
420
|
+
]
|
|
367
421
|
},
|
|
368
422
|
"everything-else": {
|
|
369
423
|
"patterns": [
|
|
@@ -415,6 +469,9 @@
|
|
|
415
469
|
{
|
|
416
470
|
"include": "#sigil-docstring"
|
|
417
471
|
},
|
|
472
|
+
{
|
|
473
|
+
"include": "#sigil-docstring-verbatim"
|
|
474
|
+
},
|
|
418
475
|
{
|
|
419
476
|
"include": "#sigil-string"
|
|
420
477
|
},
|
|
@@ -1059,6 +1116,13 @@
|
|
|
1059
1116
|
"match": "\\\\\\^?.?",
|
|
1060
1117
|
"name": "invalid.illegal.string.erlang"
|
|
1061
1118
|
},
|
|
1119
|
+
{
|
|
1120
|
+
"include": "#internal-string-body-verbatim"
|
|
1121
|
+
}
|
|
1122
|
+
]
|
|
1123
|
+
},
|
|
1124
|
+
"internal-string-body-verbatim": {
|
|
1125
|
+
"patterns": [
|
|
1062
1126
|
{
|
|
1063
1127
|
"captures": {
|
|
1064
1128
|
"1": {
|
|
@@ -1710,7 +1774,39 @@
|
|
|
1710
1774
|
]
|
|
1711
1775
|
},
|
|
1712
1776
|
"sigil-docstring": {
|
|
1713
|
-
"begin": "(~[
|
|
1777
|
+
"begin": "(~[bs])((\"{3,})\\s*)(\\S.*)?$",
|
|
1778
|
+
"beginCaptures": {
|
|
1779
|
+
"1": {
|
|
1780
|
+
"name": "storage.type.string.erlang"
|
|
1781
|
+
},
|
|
1782
|
+
"2": {
|
|
1783
|
+
"name": "meta.string.quoted.triple.begin.erlang"
|
|
1784
|
+
},
|
|
1785
|
+
"3": {
|
|
1786
|
+
"name": "punctuation.definition.string.begin.erlang"
|
|
1787
|
+
},
|
|
1788
|
+
"4": {
|
|
1789
|
+
"name": "invalid.illegal.string.erlang"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"end": "^(\\s*(\\3))(?!\")",
|
|
1793
|
+
"endCaptures": {
|
|
1794
|
+
"1": {
|
|
1795
|
+
"name": "meta.string.quoted.triple.end.erlang"
|
|
1796
|
+
},
|
|
1797
|
+
"2": {
|
|
1798
|
+
"name": "punctuation.definition.string.end.erlang"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
"name": "string.quoted.tripple.sigil.erlang",
|
|
1802
|
+
"patterns": [
|
|
1803
|
+
{
|
|
1804
|
+
"include": "#internal-string-body"
|
|
1805
|
+
}
|
|
1806
|
+
]
|
|
1807
|
+
},
|
|
1808
|
+
"sigil-docstring-verbatim": {
|
|
1809
|
+
"begin": "(~[BS]?)((\"{3,})\\s*)(\\S.*)?$",
|
|
1714
1810
|
"beginCaptures": {
|
|
1715
1811
|
"1": {
|
|
1716
1812
|
"name": "storage.type.string.erlang"
|
|
@@ -1734,7 +1830,12 @@
|
|
|
1734
1830
|
"name": "punctuation.definition.string.end.erlang"
|
|
1735
1831
|
}
|
|
1736
1832
|
},
|
|
1737
|
-
"name": "string.quoted.tripple.sigil.erlang"
|
|
1833
|
+
"name": "string.quoted.tripple.sigil.erlang",
|
|
1834
|
+
"patterns": [
|
|
1835
|
+
{
|
|
1836
|
+
"include": "#internal-string-body-verbatim"
|
|
1837
|
+
}
|
|
1838
|
+
]
|
|
1738
1839
|
},
|
|
1739
1840
|
"sigil-string": {
|
|
1740
1841
|
"patterns": [
|
|
@@ -1821,7 +1922,12 @@
|
|
|
1821
1922
|
"name": "punctuation.definition.string.end.erlang"
|
|
1822
1923
|
}
|
|
1823
1924
|
},
|
|
1824
|
-
"name": "string.quoted.curly-brackets.sigil.erlang"
|
|
1925
|
+
"name": "string.quoted.curly-brackets.sigil.erlang",
|
|
1926
|
+
"patterns": [
|
|
1927
|
+
{
|
|
1928
|
+
"include": "#internal-string-body-verbatim"
|
|
1929
|
+
}
|
|
1930
|
+
]
|
|
1825
1931
|
},
|
|
1826
1932
|
"sigil-string-double-quote": {
|
|
1827
1933
|
"begin": "(~[bs]?)(\")",
|
|
@@ -1862,7 +1968,12 @@
|
|
|
1862
1968
|
"name": "punctuation.definition.string.end.erlang"
|
|
1863
1969
|
}
|
|
1864
1970
|
},
|
|
1865
|
-
"name": "string.quoted.double.sigil.erlang"
|
|
1971
|
+
"name": "string.quoted.double.sigil.erlang",
|
|
1972
|
+
"patterns": [
|
|
1973
|
+
{
|
|
1974
|
+
"include": "#internal-string-body-verbatim"
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1866
1977
|
},
|
|
1867
1978
|
"sigil-string-less-greater": {
|
|
1868
1979
|
"begin": "(~[bs]?)(<)",
|
|
@@ -1903,7 +2014,12 @@
|
|
|
1903
2014
|
"name": "punctuation.definition.string.end.erlang"
|
|
1904
2015
|
}
|
|
1905
2016
|
},
|
|
1906
|
-
"name": "string.quoted.less-greater.sigil.erlang"
|
|
2017
|
+
"name": "string.quoted.less-greater.sigil.erlang",
|
|
2018
|
+
"patterns": [
|
|
2019
|
+
{
|
|
2020
|
+
"include": "#internal-string-body-verbatim"
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
1907
2023
|
},
|
|
1908
2024
|
"sigil-string-parenthesis": {
|
|
1909
2025
|
"begin": "(~[bs]?)(\\()",
|
|
@@ -1944,7 +2060,12 @@
|
|
|
1944
2060
|
"name": "punctuation.definition.string.end.erlang"
|
|
1945
2061
|
}
|
|
1946
2062
|
},
|
|
1947
|
-
"name": "string.quoted.parenthesis.sigil.erlang"
|
|
2063
|
+
"name": "string.quoted.parenthesis.sigil.erlang",
|
|
2064
|
+
"patterns": [
|
|
2065
|
+
{
|
|
2066
|
+
"include": "#internal-string-body-verbatim"
|
|
2067
|
+
}
|
|
2068
|
+
]
|
|
1948
2069
|
},
|
|
1949
2070
|
"sigil-string-single-character": {
|
|
1950
2071
|
"begin": "(~[bs]?)([#/`|])",
|
|
@@ -1985,7 +2106,12 @@
|
|
|
1985
2106
|
"name": "punctuation.definition.string.end.erlang"
|
|
1986
2107
|
}
|
|
1987
2108
|
},
|
|
1988
|
-
"name": "string.quoted.other.sigil.erlang"
|
|
2109
|
+
"name": "string.quoted.other.sigil.erlang",
|
|
2110
|
+
"patterns": [
|
|
2111
|
+
{
|
|
2112
|
+
"include": "#internal-string-body-verbatim"
|
|
2113
|
+
}
|
|
2114
|
+
]
|
|
1989
2115
|
},
|
|
1990
2116
|
"sigil-string-single-quote": {
|
|
1991
2117
|
"begin": "(~[bs]?)(')",
|
|
@@ -2026,7 +2152,12 @@
|
|
|
2026
2152
|
"name": "punctuation.definition.string.end.erlang"
|
|
2027
2153
|
}
|
|
2028
2154
|
},
|
|
2029
|
-
"name": "string.quoted.single.sigil.erlang"
|
|
2155
|
+
"name": "string.quoted.single.sigil.erlang",
|
|
2156
|
+
"patterns": [
|
|
2157
|
+
{
|
|
2158
|
+
"include": "#internal-string-body-verbatim"
|
|
2159
|
+
}
|
|
2160
|
+
]
|
|
2030
2161
|
},
|
|
2031
2162
|
"sigil-string-square-brackets": {
|
|
2032
2163
|
"begin": "(~[bs]?)(\\[)",
|
|
@@ -2067,7 +2198,12 @@
|
|
|
2067
2198
|
"name": "punctuation.definition.string.end.erlang"
|
|
2068
2199
|
}
|
|
2069
2200
|
},
|
|
2070
|
-
"name": "string.quoted.square-brackets.sigil.erlang"
|
|
2201
|
+
"name": "string.quoted.square-brackets.sigil.erlang",
|
|
2202
|
+
"patterns": [
|
|
2203
|
+
{
|
|
2204
|
+
"include": "#internal-string-body-verbatim"
|
|
2205
|
+
}
|
|
2206
|
+
]
|
|
2071
2207
|
},
|
|
2072
2208
|
"string": {
|
|
2073
2209
|
"begin": "(\")",
|
package/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export const grammars = [
|
|
|
18
18
|
sourceApi: 'https://api.github.com/repos/pvl/abap.tmbundle/contents/Syntaxes/ABAP.tmLanguage?ref=92e17e62a9449d2a6f87bfb30b4f920986c24018',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
byteSize:
|
|
21
|
+
byteSize: 13643,
|
|
22
22
|
categories: [
|
|
23
23
|
'scripting',
|
|
24
24
|
],
|
|
@@ -30,15 +30,15 @@ export const grammars = [
|
|
|
30
30
|
url: 'https://patreon.com/josht',
|
|
31
31
|
},
|
|
32
32
|
],
|
|
33
|
-
hash: '
|
|
34
|
-
lastUpdate: '2025-
|
|
33
|
+
hash: '9HG1Ob3W2vJtopt2ReqK_rdiB8U8zS1iGCxPVcv7Uyg',
|
|
34
|
+
lastUpdate: '2025-05-12T17:28:50Z',
|
|
35
35
|
license: 'Apache-2.0',
|
|
36
36
|
licenseUrl: 'https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE',
|
|
37
37
|
name: 'actionscript-3',
|
|
38
38
|
scopeName: 'source.actionscript.3',
|
|
39
|
-
sha: '
|
|
40
|
-
source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/
|
|
41
|
-
sourceApi: 'https://api.github.com/repos/BowlerHatLLC/vscode-as3mxml/contents/distribution/src/assembly/syntaxes/AS3.tmLanguage?ref=
|
|
39
|
+
sha: 'e7e35cc16363f07b2e536d7224a96c81354a316f',
|
|
40
|
+
source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/e7e35cc16363f07b2e536d7224a96c81354a316f/distribution/src/assembly/syntaxes/AS3.tmLanguage',
|
|
41
|
+
sourceApi: 'https://api.github.com/repos/BowlerHatLLC/vscode-as3mxml/contents/distribution/src/assembly/syntaxes/AS3.tmLanguage?ref=e7e35cc16363f07b2e536d7224a96c81354a316f',
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
byteSize: 46477,
|
|
@@ -252,19 +252,19 @@ export const grammars = [
|
|
|
252
252
|
sourceApi: 'https://api.github.com/repos/asciidoctor/asciidoctor-vscode/contents/syntaxes/Asciidoctor.json?ref=d9b169e4c367a605eba9039b40440330b11aa775',
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
byteSize:
|
|
255
|
+
byteSize: 39351,
|
|
256
256
|
displayName: 'Assembly',
|
|
257
257
|
funding: [
|
|
258
258
|
],
|
|
259
|
-
hash: '
|
|
260
|
-
lastUpdate: '
|
|
259
|
+
hash: 'GdzSW5YuURSasEA2f9c7QFbm1Aky0hJtS3UKEUdPGu8',
|
|
260
|
+
lastUpdate: '2025-05-13T08:44:30Z',
|
|
261
261
|
license: 'MIT',
|
|
262
262
|
licenseUrl: 'https://raw.githubusercontent.com/13xforever/x86_64-assembly-vscode/master/LICENSE.txt',
|
|
263
263
|
name: 'asm',
|
|
264
264
|
scopeName: 'source.asm.x86_64',
|
|
265
|
-
sha: '
|
|
266
|
-
source: 'https://github.com/13xforever/x86_64-assembly-vscode/blob/
|
|
267
|
-
sourceApi: 'https://api.github.com/repos/13xforever/x86_64-assembly-vscode/contents/syntaxes/language-x86_64-assembly.tmLanguage?ref=
|
|
265
|
+
sha: '5c1958f4283d260f5dc88fa4f5f31c620e061a5a',
|
|
266
|
+
source: 'https://github.com/13xforever/x86_64-assembly-vscode/blob/5c1958f4283d260f5dc88fa4f5f31c620e061a5a/syntaxes/language-x86_64-assembly.tmLanguage',
|
|
267
|
+
sourceApi: 'https://api.github.com/repos/13xforever/x86_64-assembly-vscode/contents/syntaxes/language-x86_64-assembly.tmLanguage?ref=5c1958f4283d260f5dc88fa4f5f31c620e061a5a',
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
byteSize: 23414,
|
|
@@ -697,22 +697,22 @@ export const grammars = [
|
|
|
697
697
|
sourceApi: 'https://api.github.com/repos/qingpeng9802/vscode-common-lisp/contents/syntaxes/commonlisp.tmLanguage.json?ref=79d04dc9ca80d98e65c4f28b3d67a24a7829b18f',
|
|
698
698
|
},
|
|
699
699
|
{
|
|
700
|
-
byteSize:
|
|
700
|
+
byteSize: 5203,
|
|
701
701
|
categories: [
|
|
702
702
|
'general',
|
|
703
703
|
],
|
|
704
704
|
displayName: 'Coq',
|
|
705
705
|
funding: [
|
|
706
706
|
],
|
|
707
|
-
hash: '
|
|
708
|
-
lastUpdate: '2025-
|
|
707
|
+
hash: 'CLukU5_Rri26_Sg4Y1ye0bOlGZG80zIiispfgJXXkc0',
|
|
708
|
+
lastUpdate: '2025-05-09T08:17:16Z',
|
|
709
709
|
license: 'MIT',
|
|
710
710
|
licenseUrl: 'https://raw.githubusercontent.com/rocq-prover/vscoq/main/LICENSE',
|
|
711
711
|
name: 'coq',
|
|
712
712
|
scopeName: 'source.coq',
|
|
713
|
-
sha: '
|
|
714
|
-
source: 'https://github.com/coq-community/vscoq/blob/
|
|
715
|
-
sourceApi: 'https://api.github.com/repos/coq-community/vscoq/contents/client/syntax/coq.tmLanguage.json?ref=
|
|
713
|
+
sha: 'e41917563836906011e78002b203b89fdd4bf699',
|
|
714
|
+
source: 'https://github.com/coq-community/vscoq/blob/e41917563836906011e78002b203b89fdd4bf699/client/syntax/coq.tmLanguage.json',
|
|
715
|
+
sourceApi: 'https://api.github.com/repos/coq-community/vscoq/contents/client/syntax/coq.tmLanguage.json?ref=e41917563836906011e78002b203b89fdd4bf699',
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
718
|
aliases: [
|
|
@@ -1113,19 +1113,19 @@ export const grammars = [
|
|
|
1113
1113
|
aliases: [
|
|
1114
1114
|
'erl',
|
|
1115
1115
|
],
|
|
1116
|
-
byteSize:
|
|
1116
|
+
byteSize: 36508,
|
|
1117
1117
|
displayName: 'Erlang',
|
|
1118
1118
|
funding: [
|
|
1119
1119
|
],
|
|
1120
|
-
hash: '
|
|
1121
|
-
lastUpdate: '
|
|
1120
|
+
hash: 'oHouv8LT1FlEh39LYc_RlJPvnLFp8rw0EZh-LmZqAZo',
|
|
1121
|
+
lastUpdate: '2025-04-23T12:34:14Z',
|
|
1122
1122
|
license: 'Apache-2.0',
|
|
1123
1123
|
licenseUrl: 'https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE',
|
|
1124
1124
|
name: 'erlang',
|
|
1125
1125
|
scopeName: 'source.erlang',
|
|
1126
|
-
sha: '
|
|
1127
|
-
source: 'https://github.com/erlang-ls/grammar/blob/
|
|
1128
|
-
sourceApi: 'https://api.github.com/repos/erlang-ls/grammar/contents/Erlang.plist?ref=
|
|
1126
|
+
sha: '6115175e7e574f69637eaee3db7731915c6f03aa',
|
|
1127
|
+
source: 'https://github.com/erlang-ls/grammar/blob/6115175e7e574f69637eaee3db7731915c6f03aa/Erlang.plist',
|
|
1128
|
+
sourceApi: 'https://api.github.com/repos/erlang-ls/grammar/contents/Erlang.plist?ref=6115175e7e574f69637eaee3db7731915c6f03aa',
|
|
1129
1129
|
},
|
|
1130
1130
|
{
|
|
1131
1131
|
byteSize: 4634,
|