tm-grammars 1.24.12 → 1.24.14
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/hack.json +1 -1
- package/grammars/nushell.json +5 -2
- package/index.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ import { grammars } from 'tm-grammars'
|
|
|
96
96
|
| `go` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/go/syntaxes/go.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 43.43 kB |
|
|
97
97
|
| `graphql` | `gql` | [prisma-labs/vscode-graphql](https://github.com/prisma-labs/vscode-graphql/blob/4569aef2364b42b6acd8188e4a6ca9b0ba3c6a1d/grammars/graphql.json) | [MIT](https://raw.githubusercontent.com/graphql/vscode-graphql/master/LICENSE) | | `javascript` `typescript` `jsx` `tsx` | 16.91 kB |
|
|
98
98
|
| `groovy` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/groovy/syntaxes/groovy.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 18.17 kB |
|
|
99
|
-
| `hack` | | [slackhq/vscode-hack](https://github.com/slackhq/vscode-hack/blob/
|
|
99
|
+
| `hack` | | [slackhq/vscode-hack](https://github.com/slackhq/vscode-hack/blob/b518393296112ec3189d97a6051e06c4dd5b46d6/syntaxes/hack.json) | [MIT](https://raw.githubusercontent.com/slackhq/vscode-hack/master/LICENSE.md) | | `html` `sql` | 76.68 kB |
|
|
100
100
|
| `haml` | | [karuna/haml-vscode](https://github.com/karuna/haml-vscode/blob/aa45415aefd691af0a501ea4f98e434490623e0d/syntaxes/haml.json) | [MIT](https://raw.githubusercontent.com/karuna/haml-vscode/master/LICENSE.md) | | `ruby` `javascript` `sass` `coffee` `markdown` `css` | 7.54 kB |
|
|
101
101
|
| `handlebars` | `hbs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/45db52ba6bd211cecd03897caee0531350071721/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `html` `css` `javascript` `yaml` | 11.40 kB |
|
|
102
102
|
| `haskell` | `hs` | [octref/language-haskell](https://github.com/octref/language-haskell/blob/ae87982aac2bf5cf6334c067e49c5ec8fc08b871/syntaxes/haskell.json) | [BSD-3-Clause](https://raw.githubusercontent.com/octref/language-haskell/master/LICENSE) | [GitHub Sponsors: **@octref**](https://github.com/sponsors/octref) | | 38.52 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.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 |
|
|
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/544de244f118d57d78f0971c1797d427e90d2cb6/syntaxes/nushell.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE) | | | 19.24 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) | | | 100.65 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) | | | 163.50 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) | | | 58.98 kB |
|
package/grammars/hack.json
CHANGED
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"name": "keyword.control.php"
|
|
860
860
|
}
|
|
861
861
|
},
|
|
862
|
-
"match": "\\s*\\b(await|break|c(ase|ontinue)|concurrent|default|do|else|for(each)?|if|return|switch|use|while)\\b"
|
|
862
|
+
"match": "\\s*\\b(await|break|c(ase|ontinue)|concurrent|default|do|else|for(each)?|if|nameof|return|switch|use|while)\\b"
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
865
|
"begin": "(?i)\\b((?:require|include)(?:_once)?)\\b\\s*",
|
package/grammars/nushell.json
CHANGED
|
@@ -410,15 +410,18 @@
|
|
|
410
410
|
]
|
|
411
411
|
},
|
|
412
412
|
"function": {
|
|
413
|
-
"begin": "((?:export\\s+)?def(?:\\s+--\\w+)*)
|
|
413
|
+
"begin": "((?:export\\s+)?def)(?:\\s+(--\\w+(?:\\s+--\\w+)*))?\\s+([-\\w]+|\"[- \\w]+\"|'[- \\w]+'|`[- \\w]+`)(?:\\s+(--\\w+(?:\\s+--\\w+)*))?",
|
|
414
414
|
"beginCaptures": {
|
|
415
415
|
"1": {
|
|
416
416
|
"name": "entity.name.function.nushell"
|
|
417
417
|
},
|
|
418
418
|
"2": {
|
|
419
|
-
"name": "entity.name.
|
|
419
|
+
"name": "entity.name.function.nushell"
|
|
420
420
|
},
|
|
421
421
|
"3": {
|
|
422
|
+
"name": "entity.name.type.nushell"
|
|
423
|
+
},
|
|
424
|
+
"4": {
|
|
422
425
|
"name": "entity.name.function.nushell"
|
|
423
426
|
}
|
|
424
427
|
},
|
package/index.js
CHANGED
|
@@ -1563,7 +1563,7 @@ export const grammars = [
|
|
|
1563
1563
|
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/groovy/syntaxes/groovy.tmLanguage.json?ref=8fdf170a0850c1cc027382f31650aaf300d3ae2a',
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
1566
|
-
byteSize:
|
|
1566
|
+
byteSize: 78521,
|
|
1567
1567
|
categories: [
|
|
1568
1568
|
'general',
|
|
1569
1569
|
],
|
|
@@ -1574,15 +1574,15 @@ export const grammars = [
|
|
|
1574
1574
|
],
|
|
1575
1575
|
funding: [
|
|
1576
1576
|
],
|
|
1577
|
-
hash: '
|
|
1578
|
-
lastUpdate: '2025-
|
|
1577
|
+
hash: '4cow1qubTp3mJy1NyOmcIjB2tJ_R_KJ8CqV25-f_c1I',
|
|
1578
|
+
lastUpdate: '2025-09-25T13:02:01Z',
|
|
1579
1579
|
license: 'MIT',
|
|
1580
1580
|
licenseUrl: 'https://raw.githubusercontent.com/slackhq/vscode-hack/master/LICENSE.md',
|
|
1581
1581
|
name: 'hack',
|
|
1582
1582
|
scopeName: 'source.hack',
|
|
1583
|
-
sha: '
|
|
1584
|
-
source: 'https://github.com/slackhq/vscode-hack/blob/
|
|
1585
|
-
sourceApi: 'https://api.github.com/repos/slackhq/vscode-hack/contents/syntaxes/hack.json?ref=
|
|
1583
|
+
sha: 'b518393296112ec3189d97a6051e06c4dd5b46d6',
|
|
1584
|
+
source: 'https://github.com/slackhq/vscode-hack/blob/b518393296112ec3189d97a6051e06c4dd5b46d6/syntaxes/hack.json',
|
|
1585
|
+
sourceApi: 'https://api.github.com/repos/slackhq/vscode-hack/contents/syntaxes/hack.json?ref=b518393296112ec3189d97a6051e06c4dd5b46d6',
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
1588
|
byteSize: 7719,
|
|
@@ -2743,19 +2743,19 @@ export const grammars = [
|
|
|
2743
2743
|
aliases: [
|
|
2744
2744
|
'nu',
|
|
2745
2745
|
],
|
|
2746
|
-
byteSize:
|
|
2746
|
+
byteSize: 19701,
|
|
2747
2747
|
displayName: 'nushell',
|
|
2748
2748
|
funding: [
|
|
2749
2749
|
],
|
|
2750
|
-
hash: '
|
|
2751
|
-
lastUpdate: '2025-09-
|
|
2750
|
+
hash: 'G-L2sN1dl0CsG1OVlGBFsVhb0V0eJk-PSq50khKxFsw',
|
|
2751
|
+
lastUpdate: '2025-09-20T14:01:20Z',
|
|
2752
2752
|
license: 'MIT',
|
|
2753
2753
|
licenseUrl: 'https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE',
|
|
2754
2754
|
name: 'nushell',
|
|
2755
2755
|
scopeName: 'source.nushell',
|
|
2756
|
-
sha: '
|
|
2757
|
-
source: 'https://github.com/nushell/vscode-nushell-lang/blob/
|
|
2758
|
-
sourceApi: 'https://api.github.com/repos/nushell/vscode-nushell-lang/contents/syntaxes/nushell.tmLanguage.json?ref=
|
|
2756
|
+
sha: '544de244f118d57d78f0971c1797d427e90d2cb6',
|
|
2757
|
+
source: 'https://github.com/nushell/vscode-nushell-lang/blob/544de244f118d57d78f0971c1797d427e90d2cb6/syntaxes/nushell.tmLanguage.json',
|
|
2758
|
+
sourceApi: 'https://api.github.com/repos/nushell/vscode-nushell-lang/contents/syntaxes/nushell.tmLanguage.json?ref=544de244f118d57d78f0971c1797d427e90d2cb6',
|
|
2759
2759
|
},
|
|
2760
2760
|
{
|
|
2761
2761
|
aliases: [
|