tm-grammars 1.22.10 → 1.22.11
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 +1 -1
- package/grammars/nix.json +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ import { grammars } from 'tm-grammars'
|
|
|
147
147
|
| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/5e58fc75ef6b18cc36e819a46dad4f504806c63b/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md) | | 3.67 kB |
|
|
148
148
|
| `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 |
|
|
149
149
|
| `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` | 21.82 kB |
|
|
150
|
-
| `nix` | | [nix-community/vscode-nix-ide](https://github.com/nix-community/vscode-nix-ide/blob/
|
|
150
|
+
| `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) | | 14.38 kB |
|
|
151
151
|
| `nushell` | `nu` | [nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/blob/63fcfaf32fe18db9f8bc75805117c2af3a896806/syntaxes/nushell.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE) | | 18.47 kB |
|
|
152
152
|
| `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) | | 102.93 kB |
|
|
153
153
|
| `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) | | 166.86 kB |
|
package/grammars/nix.json
CHANGED
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"include": "#attrset-or-function"
|
|
512
512
|
},
|
|
513
513
|
{
|
|
514
|
-
"match": "(\\bor\\b
|
|
514
|
+
"match": "(\\bor\\b|\\.|\\|\\>|\\<\\||==|!=|!|\\<\\=|\\<|\\>\\=|\\>|&&|\\|\\||-\\>|//|\\?|\\+\\+|-|\\*|/(?=([^*]|$))|\\+)",
|
|
515
515
|
"name": "keyword.operator.nix"
|
|
516
516
|
},
|
|
517
517
|
{
|
package/index.js
CHANGED
|
@@ -2228,16 +2228,16 @@ export const grammars = [
|
|
|
2228
2228
|
source: 'https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json',
|
|
2229
2229
|
},
|
|
2230
2230
|
{
|
|
2231
|
-
byteSize:
|
|
2231
|
+
byteSize: 14722,
|
|
2232
2232
|
displayName: 'Nix',
|
|
2233
|
-
hash: '
|
|
2234
|
-
lastUpdate: '
|
|
2233
|
+
hash: 'sO7YUarMe5',
|
|
2234
|
+
lastUpdate: '2025-02-02T04:56:34Z',
|
|
2235
2235
|
license: 'MIT',
|
|
2236
2236
|
licenseUrl: 'https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE',
|
|
2237
2237
|
name: 'nix',
|
|
2238
2238
|
scopeName: 'source.nix',
|
|
2239
|
-
sha: '
|
|
2240
|
-
source: 'https://github.com/nix-community/vscode-nix-ide/blob/
|
|
2239
|
+
sha: 'ac1ed65aa92655748200cd62bd54e5ca051781bc',
|
|
2240
|
+
source: 'https://github.com/nix-community/vscode-nix-ide/blob/ac1ed65aa92655748200cd62bd54e5ca051781bc/syntaxes/nix.YAML-tmLanguage',
|
|
2241
2241
|
},
|
|
2242
2242
|
{
|
|
2243
2243
|
aliases: [
|