tm-grammars 1.23.4 → 1.23.6
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 +2 -2
- package/grammars/gleam.json +3 -3
- package/grammars/nushell.json +24 -3
- package/index.js +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ import { grammars } from 'tm-grammars'
|
|
|
88
88
|
| `gherkin` | | [alexkrechik/VSCucumberAutoComplete](https://github.com/alexkrechik/VSCucumberAutoComplete/blob/fbb554addf81e8961b58b1577924af10fecf9694/syntaxes/feature.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/alexkrechik/VSCucumberAutoComplete/master/LICENSE) | | | 12.13 kB |
|
|
89
89
|
| `git-commit` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f8c3f89468fea14103d8790d59ea8594d6e644eb/extensions/git-base/syntaxes/git-commit.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `diff` | 1.06 kB |
|
|
90
90
|
| `git-rebase` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e95c74c4c7af876e79ec58df262464467c06df28/extensions/git-base/syntaxes/git-rebase.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `shellscript` | 821.00 B |
|
|
91
|
-
| `gleam` | | [gleam-lang/vscode-gleam](https://github.com/gleam-lang/vscode-gleam/blob/
|
|
91
|
+
| `gleam` | | [gleam-lang/vscode-gleam](https://github.com/gleam-lang/vscode-gleam/blob/79dce69097e64ee228784cb36ae0ef346eb0bf25/syntaxes/gleam.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/gleam-lang/vscode-gleam/main/LICENSE.txt) | | | 2.44 kB |
|
|
92
92
|
| `glimmer-js` | `gjs` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/76fce7b360ce09a78789e7d5217b8955d1a5d95f/syntaxes/source.gjs.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | | `javascript` `typescript` `css` `html` | 19.07 kB |
|
|
93
93
|
| `glimmer-ts` | `gts` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/76fce7b360ce09a78789e7d5217b8955d1a5d95f/syntaxes/source.gts.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | | `typescript` `css` `javascript` `html` | 19.07 kB |
|
|
94
94
|
| `glsl` | | [polym0rph/GLSL.tmbundle](https://github.com/polym0rph/GLSL.tmbundle/blob/6998d3bbd204e26746a5ca580cda4c650b9057b1/Syntaxes/GLSL.tmLanguage) | | | `c` | 3.41 kB |
|
|
@@ -149,7 +149,7 @@ import { grammars } from 'tm-grammars'
|
|
|
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.90 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.80 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) | | 14.07 kB |
|
|
152
|
-
| `nushell` | `nu` | [nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/blob/
|
|
152
|
+
| `nushell` | `nu` | [nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/blob/28ccc907ad4e6bccf252fba4c83cc7f4c00c2161/syntaxes/nushell.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE) | | | 18.40 kB |
|
|
153
153
|
| `objective-c` | `objc` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 101.97 kB |
|
|
154
154
|
| `objective-cpp` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 165.07 kB |
|
|
155
155
|
| `ocaml` | | [reasonml-editor/vscode-reasonml](https://github.com/reasonml-editor/vscode-reasonml/blob/14af625ec50ed9968b957b4d6336c5338d81af45/syntaxes/ocaml.json) | [Apache-2.0](https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/LICENSE) | | | 60.17 kB |
|
package/grammars/gleam.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Gleam",
|
|
3
|
+
"fileTypes": [
|
|
4
|
+
"gleam"
|
|
5
|
+
],
|
|
3
6
|
"name": "gleam",
|
|
4
7
|
"patterns": [
|
|
5
8
|
{
|
|
@@ -50,9 +53,6 @@
|
|
|
50
53
|
{
|
|
51
54
|
"include": "#decimal_number"
|
|
52
55
|
},
|
|
53
|
-
{
|
|
54
|
-
"include": "#boolean"
|
|
55
|
-
},
|
|
56
56
|
{
|
|
57
57
|
"match": "\\p{upper}\\p{alnum}*",
|
|
58
58
|
"name": "entity.name.type.gleam"
|
package/grammars/nushell.json
CHANGED
|
@@ -334,6 +334,9 @@
|
|
|
334
334
|
{
|
|
335
335
|
"include": "#constant-value"
|
|
336
336
|
},
|
|
337
|
+
{
|
|
338
|
+
"include": "#string-raw"
|
|
339
|
+
},
|
|
337
340
|
{
|
|
338
341
|
"include": "#command"
|
|
339
342
|
},
|
|
@@ -594,7 +597,7 @@
|
|
|
594
597
|
]
|
|
595
598
|
},
|
|
596
599
|
"numbers": {
|
|
597
|
-
"match": "(?<![\\w-])[-+]?(?:\\d+|\\d{1,3}(?:_\\d{3})*)(?:\\.\\d*)?(?i:ns|us|ms|sec|min|hr|day|wk|b|kb|mb|gb|tb|pt|eb|zb|kib|mib|gib|tib|pit|eib|zib)?(?:(?![\\w.])|(?=\\.\\.))",
|
|
600
|
+
"match": "(?<![\\w-])[-+]?(?:\\d+|\\d{1,3}(?:_\\d{3})*)(?:\\.\\d*)?(?i:ns|us|µs|ms|sec|min|hr|day|wk|b|kb|mb|gb|tb|pt|eb|zb|kib|mib|gib|tib|pit|eib|zib)?(?:(?![\\w.])|(?=\\.\\.))",
|
|
598
601
|
"name": "constant.numeric.nushell"
|
|
599
602
|
},
|
|
600
603
|
"numbers-hexa": {
|
|
@@ -619,7 +622,7 @@
|
|
|
619
622
|
"name": "keyword.control.nushell"
|
|
620
623
|
},
|
|
621
624
|
"operators-word": {
|
|
622
|
-
"match": "(?<=[ (])(?:mod|in|not-in|not|and|or|xor|bit-or|bit-and|bit-xor|bit-shl|bit-shr|starts-with|ends-with)(?=[ )]|$)",
|
|
625
|
+
"match": "(?<=[ (])(?:mod|in|not-in|not|and|or|xor|bit-or|bit-and|bit-xor|bit-shl|bit-shr|starts-with|ends-with|like|not-like)(?=[ )]|$)",
|
|
623
626
|
"name": "keyword.control.nushell"
|
|
624
627
|
},
|
|
625
628
|
"parameters": {
|
|
@@ -697,6 +700,9 @@
|
|
|
697
700
|
{
|
|
698
701
|
"include": "#string-interpolated-single"
|
|
699
702
|
},
|
|
703
|
+
{
|
|
704
|
+
"include": "#string-raw"
|
|
705
|
+
},
|
|
700
706
|
{
|
|
701
707
|
"include": "#string-bare"
|
|
702
708
|
}
|
|
@@ -718,7 +724,7 @@
|
|
|
718
724
|
"name": "string.quoted.single.nushell"
|
|
719
725
|
},
|
|
720
726
|
"string-bare": {
|
|
721
|
-
"match": "[^$\\[{(\"',|#\\s][^\\[\\]{}()\"'\\s
|
|
727
|
+
"match": "[^$\\[{(\"',|#\\s;][^\\[\\]{}()\"'\\s,|;]*",
|
|
722
728
|
"name": "string.bare.nushell"
|
|
723
729
|
},
|
|
724
730
|
"string-double-quote": {
|
|
@@ -795,6 +801,21 @@
|
|
|
795
801
|
}
|
|
796
802
|
]
|
|
797
803
|
},
|
|
804
|
+
"string-raw": {
|
|
805
|
+
"begin": "r(#+)'",
|
|
806
|
+
"beginCaptures": {
|
|
807
|
+
"0": {
|
|
808
|
+
"name": "punctuation.definition.string.begin.nushell"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
"end": "'\\1",
|
|
812
|
+
"endCaptures": {
|
|
813
|
+
"0": {
|
|
814
|
+
"name": "punctuation.definition.string.end.nushell"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"name": "string.raw.nushell"
|
|
818
|
+
},
|
|
798
819
|
"string-single-quote": {
|
|
799
820
|
"begin": "'",
|
|
800
821
|
"beginCaptures": {
|
package/index.js
CHANGED
|
@@ -1317,18 +1317,18 @@ export const grammars = [
|
|
|
1317
1317
|
source: 'https://github.com/microsoft/vscode/blob/e95c74c4c7af876e79ec58df262464467c06df28/extensions/git-base/syntaxes/git-rebase.tmLanguage.json',
|
|
1318
1318
|
},
|
|
1319
1319
|
{
|
|
1320
|
-
byteSize:
|
|
1320
|
+
byteSize: 2501,
|
|
1321
1321
|
displayName: 'Gleam',
|
|
1322
1322
|
funding: [
|
|
1323
1323
|
],
|
|
1324
|
-
hash: '
|
|
1325
|
-
lastUpdate: '2025-03-
|
|
1324
|
+
hash: 'NYwZnnPvs5pXlOkyEdhZbvCOXaOmIaqYTwLlTCvG0ho',
|
|
1325
|
+
lastUpdate: '2025-03-13T17:03:24Z',
|
|
1326
1326
|
license: 'Apache-2.0',
|
|
1327
1327
|
licenseUrl: 'https://raw.githubusercontent.com/gleam-lang/vscode-gleam/main/LICENSE.txt',
|
|
1328
1328
|
name: 'gleam',
|
|
1329
1329
|
scopeName: 'source.gleam',
|
|
1330
|
-
sha: '
|
|
1331
|
-
source: 'https://github.com/gleam-lang/vscode-gleam/blob/
|
|
1330
|
+
sha: '79dce69097e64ee228784cb36ae0ef346eb0bf25',
|
|
1331
|
+
source: 'https://github.com/gleam-lang/vscode-gleam/blob/79dce69097e64ee228784cb36ae0ef346eb0bf25/syntaxes/gleam.tmLanguage.json',
|
|
1332
1332
|
},
|
|
1333
1333
|
{
|
|
1334
1334
|
aliases: [
|
|
@@ -2590,18 +2590,18 @@ export const grammars = [
|
|
|
2590
2590
|
aliases: [
|
|
2591
2591
|
'nu',
|
|
2592
2592
|
],
|
|
2593
|
-
byteSize:
|
|
2593
|
+
byteSize: 18846,
|
|
2594
2594
|
displayName: 'nushell',
|
|
2595
2595
|
funding: [
|
|
2596
2596
|
],
|
|
2597
|
-
hash: '
|
|
2598
|
-
lastUpdate: '
|
|
2597
|
+
hash: 'uibY99O-tSYoc-xQCftsk3G1ZtTNcOO9rXKTcyHrSCI',
|
|
2598
|
+
lastUpdate: '2025-03-24T23:34:41Z',
|
|
2599
2599
|
license: 'MIT',
|
|
2600
2600
|
licenseUrl: 'https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE',
|
|
2601
2601
|
name: 'nushell',
|
|
2602
2602
|
scopeName: 'source.nushell',
|
|
2603
|
-
sha: '
|
|
2604
|
-
source: 'https://github.com/nushell/vscode-nushell-lang/blob/
|
|
2603
|
+
sha: '28ccc907ad4e6bccf252fba4c83cc7f4c00c2161',
|
|
2604
|
+
source: 'https://github.com/nushell/vscode-nushell-lang/blob/28ccc907ad4e6bccf252fba4c83cc7f4c00c2161/syntaxes/nushell.tmLanguage.json',
|
|
2605
2605
|
},
|
|
2606
2606
|
{
|
|
2607
2607
|
aliases: [
|