tm-grammars 1.31.4 → 1.31.5
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/kusto.json +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ import { grammars } from 'tm-grammars'
|
|
|
130
130
|
| `just` | | [nefrob/vscode-just](https://github.com/nefrob/vscode-just/blob/c0a00dba51884e5887783c48dddf585dead998c6/syntaxes/just.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nefrob/vscode-just/main/LICENSE) | | `shellscript` `javascript` `typescript` `perl` `python` `ruby` | 9.90 kB |
|
|
131
131
|
| `kdl` | | [kdl-org/vscode-kdl](https://github.com/kdl-org/vscode-kdl/blob/b986286d526d3dba7f5121956a52ce300c3418f0/syntaxes/kdl.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/kdl-org/vscode-kdl/main/LICENSE) | [GitHub Sponsors: **@zkat**](https://github.com/sponsors/zkat) | | 3.34 kB |
|
|
132
132
|
| `kotlin` | `kt` `kts` | [fwcd/vscode-kotlin](https://github.com/fwcd/vscode-kotlin/blob/626e20d5c51a4379c4c0ee293aa89e58b5232aec/syntaxes/kotlin.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fwcd/vscode-kotlin/main/LICENSE) | | | 8.19 kB |
|
|
133
|
-
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/
|
|
133
|
+
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/2a5d25aa9e1680b90e77b2477d710d11af8fcd88/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | | 14.28 kB |
|
|
134
134
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/609f17a76734f092792a33c891af40bbcaea0c64/extensions/latex/syntaxes/LaTeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `tex` `shellscript` `css` `gnuplot` `haskell` `html` `java` `julia` `javascript` `lua` `python` `ruby` `rust` `typescript` `xml` `yaml` `scala` | 67.99 kB |
|
|
135
135
|
| `lean` | `lean4` | [leanprover/vscode-lean4](https://github.com/leanprover/vscode-lean4/blob/2ca585c47d447682452bd72f528feffd03ef4971/vscode-lean4/syntaxes/lean4.json) | [Apache-2.0](https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE) | | | 5.37 kB |
|
|
136
136
|
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/03dc55030b3b2b5c4779d4ac1e2e46cd1f5a6b7c/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 92.58 kB |
|
package/grammars/kusto.json
CHANGED
package/index.js
CHANGED
|
@@ -2291,13 +2291,13 @@ export const grammars = [
|
|
|
2291
2291
|
displayName: 'Kusto',
|
|
2292
2292
|
funding: [
|
|
2293
2293
|
],
|
|
2294
|
-
hash: '
|
|
2295
|
-
lastUpdate: '
|
|
2294
|
+
hash: 'KHNrUU6sUN7pAZ39Ea8H8bltx8FBoZ2yMWzEYPZhlFU',
|
|
2295
|
+
lastUpdate: '2026-03-04T08:08:03Z',
|
|
2296
2296
|
name: 'kusto',
|
|
2297
2297
|
scopeName: 'source.kusto',
|
|
2298
|
-
sha: '
|
|
2299
|
-
source: 'https://github.com/rosshamish/kuskus/blob/
|
|
2300
|
-
sourceApi: 'https://api.github.com/repos/rosshamish/kuskus/contents/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json?ref=
|
|
2298
|
+
sha: '2a5d25aa9e1680b90e77b2477d710d11af8fcd88',
|
|
2299
|
+
source: 'https://github.com/rosshamish/kuskus/blob/2a5d25aa9e1680b90e77b2477d710d11af8fcd88/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
2300
|
+
sourceApi: 'https://api.github.com/repos/rosshamish/kuskus/contents/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json?ref=2a5d25aa9e1680b90e77b2477d710d11af8fcd88',
|
|
2301
2301
|
},
|
|
2302
2302
|
{
|
|
2303
2303
|
byteSize: 69620,
|