tm-grammars 1.24.7 → 1.24.9
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/move.json +33 -3
- package/grammars/nextflow.json +18 -0
- package/grammars/swift.json +15 -0
- package/index.js +18 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,9 +143,9 @@ import { grammars } from 'tm-grammars'
|
|
|
143
143
|
| `mermaid` | `mmd` | [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) | | | 26.22 kB |
|
|
144
144
|
| `mipsasm` | `mips` | [textmate/mips.tmbundle](https://github.com/textmate/mips.tmbundle/blob/eb7601016a109bf912a48a1c21988f3c4a59fb3a/Syntaxes/MIPS.tmLanguage) | | | | 2.90 kB |
|
|
145
145
|
| `mojo` | | [modularml/mojo-syntax](https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json) | [MIT](https://raw.githubusercontent.com/modular/mojo-syntax/main/LICENSE) | | | 65.93 kB |
|
|
146
|
-
| `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/
|
|
146
|
+
| `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/364a93befb35c34c22a775576842236474f5a1ac/syntaxes/move.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE) | | | 16.45 kB |
|
|
147
147
|
| `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.38 kB |
|
|
148
|
-
| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/
|
|
148
|
+
| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/165b1a3b8d4f25b1eebc81976c62eae44e2d5dd2/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md) | | | 3.86 kB |
|
|
149
149
|
| `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` | 33.88 kB |
|
|
150
150
|
| `nim` | | [pragmagic/vscode-nim](https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json) | [NOASSERTION](https://raw.githubusercontent.com/pragmagic/vscode-nim/master/LICENSE) | | `c` `html` `xml` `javascript` `css` `glsl` `markdown` | 20.78 kB |
|
|
151
151
|
| `nix` | | [nix-community/vscode-nix-ide](https://github.com/nix-community/vscode-nix-ide/blob/ac1ed65aa92655748200cd62bd54e5ca051781bc/syntaxes/nix.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE) | [Open Collective: **nix-community**](https://opencollective.com/nix-community) | | 13.97 kB |
|
|
@@ -202,7 +202,7 @@ import { grammars } from 'tm-grammars'
|
|
|
202
202
|
| `stata` | | [kylebarron/language-stata](https://github.com/kylebarron/language-stata/blob/dd98de502bc1bf2a205f3f023afb98c7aa5b42ee/grammars/stata.json) | [MIT](https://raw.githubusercontent.com/kylebarron/language-stata/master/LICENSE) | | `sql` | 54.40 kB |
|
|
203
203
|
| `stylus` | `styl` | [d4rkr00t/language-stylus](https://github.com/d4rkr00t/language-stylus/blob/198a851f385aee857332f3ce5dd981ff67720ead/syntaxes/stylus.json) | [MIT](https://raw.githubusercontent.com/d4rkr00t/language-stylus/master/LICENSE) | [Open Collective: **stylus**](https://opencollective.com/stylus) | | 29.69 kB |
|
|
204
204
|
| `svelte` | | [sveltejs/language-tools](https://github.com/sveltejs/language-tools/blob/d12a9ae276c9f4c6a62964bbdca074424cbab123/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml) | [MIT](https://raw.githubusercontent.com/sveltejs/language-tools/master/LICENSE) | [Open Collective: **svelte**](https://opencollective.com/svelte) | `javascript` `typescript` `coffee` `stylus` `sass` `css` `scss` `less` `postcss` `pug` `markdown` | 16.81 kB |
|
|
205
|
-
| `swift` | | [jtbandes/swift-tmlanguage](https://github.com/jtbandes/swift-tmlanguage/blob/
|
|
205
|
+
| `swift` | | [jtbandes/swift-tmlanguage](https://github.com/jtbandes/swift-tmlanguage/blob/469723a01e76c277172bbc6636697e70e6545e40/Swift.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/jtbandes/swift-tmlanguage/main/LICENSE.md) | [GitHub Sponsors: **@jtbandes**](https://github.com/sponsors/jtbandes) [Ko-fi: **jtbandes**](https://ko-fi.com/jtbandes) | | 81.79 kB |
|
|
206
206
|
| `system-verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/a63b28cd8f15d9ec4861b2f802e8bf6ce4f6d2f2/syntaxes/systemverilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | [buymeacoffee.com](https://www.buymeacoffee.com/mshr.h) | | 24.20 kB |
|
|
207
207
|
| `systemd` | | [hangxingliu/vscode-systemd](https://github.com/hangxingliu/vscode-systemd/blob/62ace1156b5afa0ec9932e3a55cfc00c0123c457/src/syntax/systemd.tmLanguage) | [MIT](https://raw.githubusercontent.com/hangxingliu/vscode-systemd/main/LICENSE) | | | 7.39 kB |
|
|
208
208
|
| `talonscript` | `talon` | [mrob95/vscode-TalonScript](https://github.com/mrob95/vscode-TalonScript/blob/91f3a6faaf926c02582f36ee155f2c4a02b9cc48/syntaxes/talon.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mirober/vscode-TalonScript/master/LICENSE) | | | 6.40 kB |
|
package/grammars/move.json
CHANGED
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
]
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"include": "#
|
|
571
|
+
"include": "#fun_type_param"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
"begin": "\\(",
|
|
@@ -607,6 +607,31 @@
|
|
|
607
607
|
}
|
|
608
608
|
]
|
|
609
609
|
},
|
|
610
|
+
"fun_type_param": {
|
|
611
|
+
"begin": "<",
|
|
612
|
+
"end": ">",
|
|
613
|
+
"name": "meta.fun_generic_param.move",
|
|
614
|
+
"patterns": [
|
|
615
|
+
{
|
|
616
|
+
"include": "#comments"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"include": "#types"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"include": "#phantom"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"include": "#capitalized"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"include": "#module_access"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"include": "#abilities"
|
|
632
|
+
}
|
|
633
|
+
]
|
|
634
|
+
},
|
|
610
635
|
"has": {
|
|
611
636
|
"match": "\\b(has)\\b",
|
|
612
637
|
"name": "keyword.control.ability.has.move"
|
|
@@ -756,9 +781,14 @@
|
|
|
756
781
|
"name": "constant.language.boolean.move"
|
|
757
782
|
},
|
|
758
783
|
{
|
|
759
|
-
"begin": "vector\\[",
|
|
784
|
+
"begin": "\\b(vector)\\b\\[",
|
|
785
|
+
"captures": {
|
|
786
|
+
"1": {
|
|
787
|
+
"name": "support.type.vector.move"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
760
790
|
"end": "]",
|
|
761
|
-
"name": "meta.vector.literal.
|
|
791
|
+
"name": "meta.vector.literal.move",
|
|
762
792
|
"patterns": [
|
|
763
793
|
{
|
|
764
794
|
"include": "#expr"
|
package/grammars/nextflow.json
CHANGED
|
@@ -189,6 +189,9 @@
|
|
|
189
189
|
{
|
|
190
190
|
"include": "#workflow-def"
|
|
191
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"include": "#params-def"
|
|
194
|
+
},
|
|
192
195
|
{
|
|
193
196
|
"include": "#output-def"
|
|
194
197
|
},
|
|
@@ -215,6 +218,21 @@
|
|
|
215
218
|
}
|
|
216
219
|
]
|
|
217
220
|
},
|
|
221
|
+
"params-def": {
|
|
222
|
+
"begin": "^\\s*(params)\\s*\\{",
|
|
223
|
+
"beginCaptures": {
|
|
224
|
+
"1": {
|
|
225
|
+
"name": "keyword.nextflow"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"end": "}",
|
|
229
|
+
"name": "params.nextflow",
|
|
230
|
+
"patterns": [
|
|
231
|
+
{
|
|
232
|
+
"include": "source.nextflow-groovy#groovy"
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
},
|
|
218
236
|
"process-body": {
|
|
219
237
|
"patterns": [
|
|
220
238
|
{
|
package/grammars/swift.json
CHANGED
|
@@ -909,6 +909,17 @@
|
|
|
909
909
|
{
|
|
910
910
|
"include": "#declarations-available-types"
|
|
911
911
|
},
|
|
912
|
+
{
|
|
913
|
+
"include": "#literals-numeric"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"match": "\\b_\\b",
|
|
917
|
+
"name": "support.variable.inferred.swift"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"match": "(?<=\\s)\\bof\\b(?=\\s+[(\\[_\\p{L}\\d\\p{N}\\p{M}])",
|
|
921
|
+
"name": "keyword.other.inline-array.swift"
|
|
922
|
+
},
|
|
912
923
|
{
|
|
913
924
|
"begin": ":",
|
|
914
925
|
"beginCaptures": {
|
|
@@ -2776,6 +2787,10 @@
|
|
|
2776
2787
|
"match": "(?<!\\.)\\b(?:while|for|in|each)\\b",
|
|
2777
2788
|
"name": "keyword.control.loop.swift"
|
|
2778
2789
|
},
|
|
2790
|
+
{
|
|
2791
|
+
"match": "(?<=\\s)\\bof\\b(?=\\s+[(\\[_\\p{L}\\d\\p{N}\\p{M}])",
|
|
2792
|
+
"name": "keyword.other.inline-array.swift"
|
|
2793
|
+
},
|
|
2779
2794
|
{
|
|
2780
2795
|
"match": "\\bany\\b(?=\\s*`?[_\\p{L}])",
|
|
2781
2796
|
"name": "keyword.other.operator.type.existential.swift"
|
package/index.js
CHANGED
|
@@ -2624,19 +2624,19 @@ export const grammars = [
|
|
|
2624
2624
|
sourceApi: 'https://api.github.com/repos/modularml/mojo-syntax/contents/syntaxes/mojo.syntax.json?ref=46eccdaeda2b1587e9b82808cdb35670f359d16d',
|
|
2625
2625
|
},
|
|
2626
2626
|
{
|
|
2627
|
-
byteSize:
|
|
2627
|
+
byteSize: 16846,
|
|
2628
2628
|
displayName: 'Move',
|
|
2629
2629
|
funding: [
|
|
2630
2630
|
],
|
|
2631
|
-
hash: '
|
|
2632
|
-
lastUpdate: '
|
|
2631
|
+
hash: 'i3tZNX7e61PIemrTwZaW3GE1nLwrwqVVa1w_j1C0T5k',
|
|
2632
|
+
lastUpdate: '2025-09-03T19:57:47Z',
|
|
2633
2633
|
license: 'MIT',
|
|
2634
2634
|
licenseUrl: 'https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE',
|
|
2635
2635
|
name: 'move',
|
|
2636
2636
|
scopeName: 'source.move',
|
|
2637
|
-
sha: '
|
|
2638
|
-
source: 'https://github.com/damirka/move-syntax/blob/
|
|
2639
|
-
sourceApi: 'https://api.github.com/repos/damirka/move-syntax/contents/syntaxes/move.tmLanguage.json?ref=
|
|
2637
|
+
sha: '364a93befb35c34c22a775576842236474f5a1ac',
|
|
2638
|
+
source: 'https://github.com/damirka/move-syntax/blob/364a93befb35c34c22a775576842236474f5a1ac/syntaxes/move.tmLanguage.json',
|
|
2639
|
+
sourceApi: 'https://api.github.com/repos/damirka/move-syntax/contents/syntaxes/move.tmLanguage.json?ref=364a93befb35c34c22a775576842236474f5a1ac',
|
|
2640
2640
|
},
|
|
2641
2641
|
{
|
|
2642
2642
|
aliases: [
|
|
@@ -2660,19 +2660,19 @@ export const grammars = [
|
|
|
2660
2660
|
aliases: [
|
|
2661
2661
|
'nf',
|
|
2662
2662
|
],
|
|
2663
|
-
byteSize:
|
|
2663
|
+
byteSize: 3948,
|
|
2664
2664
|
displayName: 'Nextflow',
|
|
2665
2665
|
funding: [
|
|
2666
2666
|
],
|
|
2667
|
-
hash: '
|
|
2668
|
-
lastUpdate: '2025-
|
|
2667
|
+
hash: 'v1jBPI5NPnxqAam7a9oDMsmHRq402BIKdN8oKSZmO2o',
|
|
2668
|
+
lastUpdate: '2025-09-01T21:41:14Z',
|
|
2669
2669
|
license: 'MIT',
|
|
2670
2670
|
licenseUrl: 'https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md',
|
|
2671
2671
|
name: 'nextflow',
|
|
2672
2672
|
scopeName: 'source.nextflow',
|
|
2673
|
-
sha: '
|
|
2674
|
-
source: 'https://github.com/nextflow-io/vscode-language-nextflow/blob/
|
|
2675
|
-
sourceApi: 'https://api.github.com/repos/nextflow-io/vscode-language-nextflow/contents/syntaxes/nextflow.tmLanguage.json?ref=
|
|
2673
|
+
sha: '165b1a3b8d4f25b1eebc81976c62eae44e2d5dd2',
|
|
2674
|
+
source: 'https://github.com/nextflow-io/vscode-language-nextflow/blob/165b1a3b8d4f25b1eebc81976c62eae44e2d5dd2/syntaxes/nextflow.tmLanguage.json',
|
|
2675
|
+
sourceApi: 'https://api.github.com/repos/nextflow-io/vscode-language-nextflow/contents/syntaxes/nextflow.tmLanguage.json?ref=165b1a3b8d4f25b1eebc81976c62eae44e2d5dd2',
|
|
2676
2676
|
},
|
|
2677
2677
|
{
|
|
2678
2678
|
byteSize: 34690,
|
|
@@ -3812,7 +3812,7 @@ export const grammars = [
|
|
|
3812
3812
|
sourceApi: 'https://api.github.com/repos/sveltejs/language-tools/contents/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml?ref=d12a9ae276c9f4c6a62964bbdca074424cbab123',
|
|
3813
3813
|
},
|
|
3814
3814
|
{
|
|
3815
|
-
byteSize:
|
|
3815
|
+
byteSize: 83748,
|
|
3816
3816
|
categories: [
|
|
3817
3817
|
'general',
|
|
3818
3818
|
],
|
|
@@ -3829,15 +3829,15 @@ export const grammars = [
|
|
|
3829
3829
|
url: 'https://ko-fi.com/jtbandes',
|
|
3830
3830
|
},
|
|
3831
3831
|
],
|
|
3832
|
-
hash: '
|
|
3833
|
-
lastUpdate: '2025-
|
|
3832
|
+
hash: 'ZkvOi4wASb0nsGoyYXnGWx-7SfraT9GcbqsUM7VhgkY',
|
|
3833
|
+
lastUpdate: '2025-09-01T20:11:29Z',
|
|
3834
3834
|
license: 'MIT',
|
|
3835
3835
|
licenseUrl: 'https://raw.githubusercontent.com/jtbandes/swift-tmlanguage/main/LICENSE.md',
|
|
3836
3836
|
name: 'swift',
|
|
3837
3837
|
scopeName: 'source.swift',
|
|
3838
|
-
sha: '
|
|
3839
|
-
source: 'https://github.com/jtbandes/swift-tmlanguage/blob/
|
|
3840
|
-
sourceApi: 'https://api.github.com/repos/jtbandes/swift-tmlanguage/contents/Swift.tmLanguage.yaml?ref=
|
|
3838
|
+
sha: '469723a01e76c277172bbc6636697e70e6545e40',
|
|
3839
|
+
source: 'https://github.com/jtbandes/swift-tmlanguage/blob/469723a01e76c277172bbc6636697e70e6545e40/Swift.tmLanguage.yaml',
|
|
3840
|
+
sourceApi: 'https://api.github.com/repos/jtbandes/swift-tmlanguage/contents/Swift.tmLanguage.yaml?ref=469723a01e76c277172bbc6636697e70e6545e40',
|
|
3841
3841
|
},
|
|
3842
3842
|
{
|
|
3843
3843
|
byteSize: 24776,
|