tm-grammars 1.21.10 → 1.21.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/kusto.json +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ import { grammars } from 'tm-grammars'
|
|
|
124
124
|
| `jsx` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/210541906e5a96ab39f9c753f921b1bd35f4138b/extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 163.05 kB |
|
|
125
125
|
| `julia` | `jl` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/9473445f7d3dcb5c579f42ece8b6c18c43c63ed3/extensions/julia/syntaxes/julia.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `cpp` `python` `javascript` `r` `sql` | 32.62 kB |
|
|
126
126
|
| `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.21 kB |
|
|
127
|
-
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/
|
|
127
|
+
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/2628495122cd3b0cc4b4c6ba6e0f6efd621ed9f6/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | 19.60 kB |
|
|
128
128
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e67b1982e1ab318288b8196ad503273dcb168049/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` | 54.73 kB |
|
|
129
129
|
| `lean` | `lean4` | [leanprover/vscode-lean4](https://github.com/leanprover/vscode-lean4/blob/2255bc20c9d28d868d04fb91428652a95cc87a92/vscode-lean4/syntaxes/lean4.json) | [Apache-2.0](https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE) | | 3.92 kB |
|
|
130
130
|
| `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) | | 96.43 kB |
|
package/grammars/kusto.json
CHANGED
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
"comment": "User-defined functions: https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions",
|
|
229
|
-
"match": "(?<=let )
|
|
229
|
+
"match": "(?<=let )[^\\n]+(?=\\W*=)",
|
|
230
230
|
"name": "entity.function.name.lambda.kusto"
|
|
231
231
|
},
|
|
232
232
|
{
|
package/index.js
CHANGED
|
@@ -1751,14 +1751,14 @@ export const grammars = [
|
|
|
1751
1751
|
aliases: [
|
|
1752
1752
|
'kql',
|
|
1753
1753
|
],
|
|
1754
|
-
byteSize:
|
|
1754
|
+
byteSize: 20071,
|
|
1755
1755
|
displayName: 'Kusto',
|
|
1756
|
-
hash: '
|
|
1757
|
-
lastUpdate: '2024-
|
|
1756
|
+
hash: 'uq1J4qF8yn',
|
|
1757
|
+
lastUpdate: '2024-12-28T02:00:10Z',
|
|
1758
1758
|
name: 'kusto',
|
|
1759
1759
|
scopeName: 'source.kusto',
|
|
1760
|
-
sha: '
|
|
1761
|
-
source: 'https://github.com/rosshamish/kuskus/blob/
|
|
1760
|
+
sha: '2628495122cd3b0cc4b4c6ba6e0f6efd621ed9f6',
|
|
1761
|
+
source: 'https://github.com/rosshamish/kuskus/blob/2628495122cd3b0cc4b4c6ba6e0f6efd621ed9f6/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
1762
1762
|
},
|
|
1763
1763
|
{
|
|
1764
1764
|
byteSize: 56042,
|