tm-grammars 1.31.13 → 1.31.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +5 -5
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -127,7 +127,7 @@ import { grammars } from 'tm-grammars'
127
127
  | `jssm` | `fsl` | [StoneCypher/sublime-jssm](https://github.com/StoneCypher/sublime-jssm/blob/2be02a59d284229bbbfb3dc6c2bdcec9b2c263ef/jssm.tmLanguage) | [MIT](https://raw.githubusercontent.com/StoneCypher/sublime-jssm/master/LICENSE) | | | 2.08 kB |
128
128
  | `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) | | | 158.51 kB |
129
129
  | `julia` | `jl` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/84f7ab5aa01c31d5352c7db89051e8c391fd9ae1/extensions/julia/syntaxes/julia.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `cpp` `python` `javascript` `r` `sql` | 28.26 kB |
130
- | `just` | | [nefrob/vscode-just](https://github.com/nefrob/vscode-just/blob/43c8eab38e979c1b52f14ca033c0deb179a78def/syntaxes/just.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nefrob/vscode-just/main/LICENSE) | | `shellscript` `javascript` `typescript` `perl` `python` `ruby` | 9.94 kB |
130
+ | `just` | | [nefrob/vscode-just](https://github.com/nefrob/vscode-just/blob/2253973135a5cdc34e44df876fecd30aff605150/syntaxes/just.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nefrob/vscode-just/main/LICENSE) | | `shellscript` `javascript` `typescript` `perl` `python` `ruby` | 9.94 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
133
  | `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/2a5d25aa9e1680b90e77b2477d710d11af8fcd88/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | | 14.28 kB |
package/index.js CHANGED
@@ -2228,15 +2228,15 @@ export const grammars = [
2228
2228
  ],
2229
2229
  funding: [
2230
2230
  ],
2231
- hash: 'xhn5UVF0Tztudg9eTCBM6MVwzvYuQGF1QUc7AGEs2YM',
2232
- lastUpdate: '2026-03-28T22:00:41Z',
2231
+ hash: '4wlmcUM-L997CuF9wcb5fPy0nkuc1exuXCp1shKJLek',
2232
+ lastUpdate: '2026-03-29T21:37:57Z',
2233
2233
  license: 'MIT',
2234
2234
  licenseUrl: 'https://raw.githubusercontent.com/nefrob/vscode-just/main/LICENSE',
2235
2235
  name: 'just',
2236
2236
  scopeName: 'source.just',
2237
- sha: '43c8eab38e979c1b52f14ca033c0deb179a78def',
2238
- source: 'https://github.com/nefrob/vscode-just/blob/43c8eab38e979c1b52f14ca033c0deb179a78def/syntaxes/just.tmLanguage.json',
2239
- sourceApi: 'https://api.github.com/repos/nefrob/vscode-just/contents/syntaxes/just.tmLanguage.json?ref=43c8eab38e979c1b52f14ca033c0deb179a78def',
2237
+ sha: '2253973135a5cdc34e44df876fecd30aff605150',
2238
+ source: 'https://github.com/nefrob/vscode-just/blob/2253973135a5cdc34e44df876fecd30aff605150/syntaxes/just.tmLanguage.json',
2239
+ sourceApi: 'https://api.github.com/repos/nefrob/vscode-just/contents/syntaxes/just.tmLanguage.json?ref=2253973135a5cdc34e44df876fecd30aff605150',
2240
2240
  },
2241
2241
  {
2242
2242
  byteSize: 3424,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.31.13",
4
+ "version": "1.31.14",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",