tm-grammars 1.12.2 → 1.12.4
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 +3 -3
- package/grammars/kusto.json +21 -0
- package/grammars/move.json +25 -0
- package/grammars/vue.json +3 -3
- package/index.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ import { grammars } from 'tm-grammars'
|
|
|
119
119
|
| `jsx` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 173.35 kB |
|
|
120
120
|
| `julia` | `jl` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/julia/syntaxes/julia.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `cpp` `python` `javascript` `r` `sql` | 32.82 kB |
|
|
121
121
|
| `kotlin` | `kt` `kts` | [fwcd/vscode-kotlin](https://github.com/fwcd/vscode-kotlin/blob/bb71d917dd97b756d45f2594346efe3d70a15060/syntaxes/kotlin.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fwcd/vscode-kotlin/main/LICENSE) | | 8.22 kB |
|
|
122
|
-
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/
|
|
122
|
+
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/6e6deead4af243432902869e1767df8a612cffe1/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | 19.60 kB |
|
|
123
123
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/latex/syntaxes/LaTeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `tex` `shellscript` `css` `gnuplot` `haskell` `html` `java` `julia` `javascript` `lua` `python` `ruby` `rust` `typescript` `xml` `yaml` `scala` | 53.88 kB |
|
|
124
124
|
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 79.57 kB |
|
|
125
125
|
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/909aab5b1d8be374585bd02ef46e0e38d65f2f89/grammars/liquid.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md) | `html` `css` `json` `javascript` | 15.31 kB |
|
|
@@ -134,7 +134,7 @@ import { grammars } from 'tm-grammars'
|
|
|
134
134
|
| `mdx` | | [wooorm/markdown-tm-language](https://github.com/wooorm/markdown-tm-language/blob/371d61df9ddc3850e12aabe61b602d02e259e8a4/source.mdx.tmLanguage) | [MIT](https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license) | `tsx` `toml` `yaml` `c` `clojure` `coffee` `cpp` `csharp` `css` `diff` `docker` `elixir` `elm` `erlang` `go` `graphql` `haskell` `html` `ini` `java` `javascript` `json` `julia` `kotlin` `less` `lua` `make` `markdown` `objective-c` `perl` `python` `r` `ruby` `rust` `scala` `scss` `shellscript` `shellsession` `sql` `xml` `swift` `typescript` | 120.76 kB |
|
|
135
135
|
| `mermaid` | | [bpruitt-goddard/vscode-mermaid-syntax-highlight](https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/blob/8b62f487cb7a89afcd152febfbf47f5d4787657f/syntaxes/mermaid.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/master/LICENSE) | | 24.78 kB |
|
|
136
136
|
| `mojo` | | [modularml/mojo-syntax](https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json) | [MIT](https://raw.githubusercontent.com/modularml/mojo-syntax/main/LICENSE) | | 72.91 kB |
|
|
137
|
-
| `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/
|
|
137
|
+
| `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/7909b9096669930da1c9c08a2202e991c7187bfe/syntaxes/move.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE) | | 17.41 kB |
|
|
138
138
|
| `narrat` | `nar` | [liana-p/narrat-syntax-highlighting-vscode](https://github.com/liana-p/narrat-syntax-highlighting-vscode/blob/00d4b410338fc50ca0ce77a1f7e873c1fb66d376/syntaxes/narrat.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/liana-p/narrat-syntax-highlighting-vscode/main/LICENSE) | | 3.41 kB |
|
|
139
139
|
| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/7eeb9be8d01556b7c51c59307275c2f720f2ddf4/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md) | | 4.40 kB |
|
|
140
140
|
| `nginx` | | [hangxingliu/vscode-nginx-conf-hint](https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/49159c02fd09dce264ded7802c9499a0f09646f5/src/syntax/nginx.tmLanguage) | [GPL-3.0](https://raw.githubusercontent.com/hangxingliu/vscode-nginx-conf-hint/main/LICENSE) | `lua` | 34.14 kB |
|
|
@@ -212,7 +212,7 @@ import { grammars } from 'tm-grammars'
|
|
|
212
212
|
| `verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/5963f70745bac638a96431176d39c688b35e8b59/syntaxes/verilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | | 5.55 kB |
|
|
213
213
|
| `vhdl` | | [jonasjj/awesome-vhdl](https://github.com/jonasjj/awesome-vhdl/blob/0d0a052da44f64382314ba90a321a83022e5c11a/syntaxes/vhdl.tmLanguage) | [MIT](https://raw.githubusercontent.com/jonasjj/awesome-vhdl/master/LICENSE.txt) | | 23.66 kB |
|
|
214
214
|
| `viml` | `vim` `vimscript` | [dunstontc/viml](https://github.com/dunstontc/viml/blob/8762570fc7d6f1009a3c93efd2a337330d88b88e/syntaxes/viml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/dunstontc/viml/master/LICENSE) | | 20.19 kB |
|
|
215
|
-
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/
|
|
215
|
+
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ff2788d4084895a2c4cfa526668dc642e86de6fd/extensions/vscode/syntaxes/vue.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `html` `markdown` `pug` `stylus` `sass` `css` `scss` `less` `javascript` `typescript` `jsx` `tsx` `coffee` `json` `jsonc` `json5` `yaml` `toml` `graphql` `html-derivative` `markdown-vue` `vue-directives` `vue-interpolations` `vue-sfc-style-variable-injection` | 16.81 kB |
|
|
216
216
|
| `vue-html` | | [vuejs/vetur](https://github.com/vuejs/vetur/blob/53ee52746b1f26f44391c3764bc7bd06d4ddaa46/syntaxes/vue-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE) | `vue` `javascript` | 8.06 kB |
|
|
217
217
|
| `vyper` | `vy` | [tintinweb/vscode-vyper](https://github.com/tintinweb/vscode-vyper/blob/e8876a573f1e6b5b11d6176538a5c342d39af0f8/syntaxes/vyper.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/tintinweb/vscode-vyper/master/LICENSE) | | 96.99 kB |
|
|
218
218
|
| `wasm` | | [wasmerio/vscode-wasm](https://github.com/wasmerio/vscode-wasm/blob/9d0ace1ff113f4a3e95797675039cd94ec257078/syntaxes/wat.json) | [MIT](https://raw.githubusercontent.com/wasmerio/vscode-wasm/master/LICENSE) | | 15.03 kB |
|
package/grammars/kusto.json
CHANGED
|
@@ -670,6 +670,27 @@
|
|
|
670
670
|
"include": "#Escapes"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"begin": "([@h]?```)",
|
|
676
|
+
"beginCaptures": {
|
|
677
|
+
"1": {
|
|
678
|
+
"name": "punctuation.definition.string.kusto"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"comment": "https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/string#multi-line-string-literals",
|
|
682
|
+
"end": "```",
|
|
683
|
+
"endCaptures": {
|
|
684
|
+
"0": {
|
|
685
|
+
"name": "punctuation.definition.string.kusto"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"name": "string.quoted.multi.kusto",
|
|
689
|
+
"patterns": [
|
|
690
|
+
{
|
|
691
|
+
"include": "#Escapes"
|
|
692
|
+
}
|
|
693
|
+
]
|
|
673
694
|
}
|
|
674
695
|
]
|
|
675
696
|
},
|
package/grammars/move.json
CHANGED
|
@@ -120,6 +120,9 @@
|
|
|
120
120
|
"comments": {
|
|
121
121
|
"name": "meta.comments.move",
|
|
122
122
|
"patterns": [
|
|
123
|
+
{
|
|
124
|
+
"include": "#doc-comments"
|
|
125
|
+
},
|
|
123
126
|
{
|
|
124
127
|
"include": "#line-comments"
|
|
125
128
|
},
|
|
@@ -158,6 +161,23 @@
|
|
|
158
161
|
"match": "\\b(return|while|loop|if|else|break|continue|abort)\\b",
|
|
159
162
|
"name": "keyword.control.move"
|
|
160
163
|
},
|
|
164
|
+
"doc-comments": {
|
|
165
|
+
"begin": "///",
|
|
166
|
+
"comment": "Documentation comment",
|
|
167
|
+
"end": "$",
|
|
168
|
+
"name": "comment.block.documentation.move",
|
|
169
|
+
"patterns": [
|
|
170
|
+
{
|
|
171
|
+
"captures": {
|
|
172
|
+
"1": {
|
|
173
|
+
"name": "markup.underline.link.move"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"comment": "Escaped member / link",
|
|
177
|
+
"match": "`(\\w+)`"
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
161
181
|
"entry": {
|
|
162
182
|
"comment": "entry",
|
|
163
183
|
"match": "\\b(entry)\\b",
|
|
@@ -656,6 +676,11 @@
|
|
|
656
676
|
"end": "\"",
|
|
657
677
|
"name": "meta.vector.literal.ascii.move",
|
|
658
678
|
"patterns": [
|
|
679
|
+
{
|
|
680
|
+
"comment": "character escape",
|
|
681
|
+
"match": "\\\\.",
|
|
682
|
+
"name": "constant.character.escape.move"
|
|
683
|
+
},
|
|
659
684
|
{
|
|
660
685
|
"comment": "Special symbol escape",
|
|
661
686
|
"match": "\\\\[nrt\\0\"]",
|
package/grammars/vue.json
CHANGED
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"name": "source.ts.embedded.html.vue",
|
|
1027
1027
|
"patterns": [
|
|
1028
1028
|
{
|
|
1029
|
-
"include": "source.ts"
|
|
1029
|
+
"include": "source.ts#expression"
|
|
1030
1030
|
}
|
|
1031
1031
|
]
|
|
1032
1032
|
}
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
"name": "source.ts.embedded.html.vue",
|
|
1048
1048
|
"patterns": [
|
|
1049
1049
|
{
|
|
1050
|
-
"include": "source.ts"
|
|
1050
|
+
"include": "source.ts#expression"
|
|
1051
1051
|
}
|
|
1052
1052
|
]
|
|
1053
1053
|
}
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"name": "source.ts.embedded.html.vue",
|
|
1257
1257
|
"patterns": [
|
|
1258
1258
|
{
|
|
1259
|
-
"include": "source.ts"
|
|
1259
|
+
"include": "source.ts#expression"
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
1262
1262
|
}
|
package/index.js
CHANGED
|
@@ -1565,13 +1565,13 @@ export const grammars = [
|
|
|
1565
1565
|
aliases: [
|
|
1566
1566
|
'kql',
|
|
1567
1567
|
],
|
|
1568
|
-
byteSize:
|
|
1568
|
+
byteSize: 20074,
|
|
1569
1569
|
displayName: 'Kusto',
|
|
1570
|
-
lastUpdate: '2024-05-
|
|
1570
|
+
lastUpdate: '2024-05-24T06:19:58Z',
|
|
1571
1571
|
name: 'kusto',
|
|
1572
1572
|
scopeName: 'source.kusto',
|
|
1573
|
-
sha: '
|
|
1574
|
-
source: 'https://github.com/rosshamish/kuskus/blob/
|
|
1573
|
+
sha: '6e6deead4af243432902869e1767df8a612cffe1',
|
|
1574
|
+
source: 'https://github.com/rosshamish/kuskus/blob/6e6deead4af243432902869e1767df8a612cffe1/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
1575
1575
|
},
|
|
1576
1576
|
{
|
|
1577
1577
|
byteSize: 55169,
|
|
@@ -1899,15 +1899,15 @@ export const grammars = [
|
|
|
1899
1899
|
source: 'https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json',
|
|
1900
1900
|
},
|
|
1901
1901
|
{
|
|
1902
|
-
byteSize:
|
|
1902
|
+
byteSize: 17828,
|
|
1903
1903
|
displayName: 'Move',
|
|
1904
|
-
lastUpdate: '2024-
|
|
1904
|
+
lastUpdate: '2024-05-24T08:48:59Z',
|
|
1905
1905
|
license: 'MIT',
|
|
1906
1906
|
licenseUrl: 'https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE',
|
|
1907
1907
|
name: 'move',
|
|
1908
1908
|
scopeName: 'source.move',
|
|
1909
|
-
sha: '
|
|
1910
|
-
source: 'https://github.com/damirka/move-syntax/blob/
|
|
1909
|
+
sha: '7909b9096669930da1c9c08a2202e991c7187bfe',
|
|
1910
|
+
source: 'https://github.com/damirka/move-syntax/blob/7909b9096669930da1c9c08a2202e991c7187bfe/syntaxes/move.tmLanguage.json',
|
|
1911
1911
|
},
|
|
1912
1912
|
{
|
|
1913
1913
|
aliases: [
|
|
@@ -3050,7 +3050,7 @@ export const grammars = [
|
|
|
3050
3050
|
source: 'https://github.com/dunstontc/viml/blob/8762570fc7d6f1009a3c93efd2a337330d88b88e/syntaxes/viml.tmLanguage.json',
|
|
3051
3051
|
},
|
|
3052
3052
|
{
|
|
3053
|
-
byteSize:
|
|
3053
|
+
byteSize: 17211,
|
|
3054
3054
|
categories: [
|
|
3055
3055
|
'web',
|
|
3056
3056
|
],
|
|
@@ -3081,13 +3081,13 @@ export const grammars = [
|
|
|
3081
3081
|
'vue-interpolations',
|
|
3082
3082
|
'vue-sfc-style-variable-injection',
|
|
3083
3083
|
],
|
|
3084
|
-
lastUpdate: '2024-05-
|
|
3084
|
+
lastUpdate: '2024-05-23T21:19:27Z',
|
|
3085
3085
|
license: 'MIT',
|
|
3086
3086
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
3087
3087
|
name: 'vue',
|
|
3088
3088
|
scopeName: 'source.vue',
|
|
3089
|
-
sha: '
|
|
3090
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
3089
|
+
sha: 'ff2788d4084895a2c4cfa526668dc642e86de6fd',
|
|
3090
|
+
source: 'https://github.com/vuejs/language-tools/blob/ff2788d4084895a2c4cfa526668dc642e86de6fd/extensions/vscode/syntaxes/vue.tmLanguage.json',
|
|
3091
3091
|
},
|
|
3092
3092
|
{
|
|
3093
3093
|
byteSize: 8255,
|