tm-grammars 1.6.0 → 1.6.1
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/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ import { grammars } from 'tm-grammars'
|
|
|
202
202
|
| `xsl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/xml/syntaxes/xsl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `xml` | 1.20 kB |
|
|
203
203
|
| `yaml` | `yml` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/772aaf777a2e6b50c5c2e53da1a0955d2cb73a4d/extensions/yaml/syntaxes/yaml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 10.58 kB |
|
|
204
204
|
| `zenscript` | | [CraftTweaker/ZenScript-tmLanguage](https://github.com/CraftTweaker/ZenScript-tmLanguage/blob/5a7bcb775a6fb37470e56f904e70d8b8b9e6b047/zenscript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/CraftTweaker/ZenScript-tmLanguage/master/LICENSE) | | 4.08 kB |
|
|
205
|
-
| `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/
|
|
205
|
+
| `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/f6a1959a2ae122ee9f5aefc950904bb072f09688/syntaxes/zig.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE) | | 4.69 kB |
|
|
206
206
|
|
|
207
207
|
## Injections
|
|
208
208
|
|
package/index.js
CHANGED
|
@@ -2886,13 +2886,13 @@ export const grammars = [
|
|
|
2886
2886
|
'general',
|
|
2887
2887
|
],
|
|
2888
2888
|
displayName: 'Zig',
|
|
2889
|
-
lastUpdate: '2024-
|
|
2889
|
+
lastUpdate: '2024-04-01T00:42:12Z',
|
|
2890
2890
|
license: 'MIT',
|
|
2891
2891
|
licenseUrl: 'https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE',
|
|
2892
2892
|
name: 'zig',
|
|
2893
2893
|
scopeName: 'source.zig',
|
|
2894
|
-
sha: '
|
|
2895
|
-
source: 'https://github.com/ziglang/vscode-zig/blob/
|
|
2894
|
+
sha: 'f6a1959a2ae122ee9f5aefc950904bb072f09688',
|
|
2895
|
+
source: 'https://github.com/ziglang/vscode-zig/blob/f6a1959a2ae122ee9f5aefc950904bb072f09688/syntaxes/zig.tmLanguage.json',
|
|
2896
2896
|
},
|
|
2897
2897
|
]
|
|
2898
2898
|
|
package/package.json
CHANGED