tm-grammars 1.31.9 → 1.31.10

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 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/609f17a76734f092792a33c891af40bbcaea0c64/extensions/julia/syntaxes/julia.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `cpp` `python` `javascript` `r` `sql` | 28.25 kB |
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 |
130
+ | `just` | | [nefrob/vscode-just](https://github.com/nefrob/vscode-just/blob/f71d9d5591d6293c583ec7c119c42e6f6dfe6c51/syntaxes/just.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nefrob/vscode-just/main/LICENSE) | | `shellscript` `javascript` `typescript` `perl` `python` `ruby` | 9.89 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 |
@@ -181,7 +181,7 @@
181
181
  }
182
182
  },
183
183
  "contentName": "source.js",
184
- "end": "(?<=^\\S+)",
184
+ "end": "(?=^\\S)",
185
185
  "patterns": [
186
186
  {
187
187
  "include": "source.js"
@@ -196,7 +196,7 @@
196
196
  }
197
197
  },
198
198
  "contentName": "source.ts",
199
- "end": "(?<=^\\S+)",
199
+ "end": "(?=^\\S)",
200
200
  "patterns": [
201
201
  {
202
202
  "include": "source.ts"
@@ -211,7 +211,7 @@
211
211
  }
212
212
  },
213
213
  "contentName": "source.perl",
214
- "end": "(?<=^\\S+)",
214
+ "end": "(?=^\\S)",
215
215
  "patterns": [
216
216
  {
217
217
  "include": "source.perl"
@@ -226,7 +226,7 @@
226
226
  }
227
227
  },
228
228
  "contentName": "source.python",
229
- "end": "(?<=^\\S+)",
229
+ "end": "(?=^\\S)",
230
230
  "patterns": [
231
231
  {
232
232
  "include": "source.python"
@@ -241,7 +241,7 @@
241
241
  }
242
242
  },
243
243
  "contentName": "source.ruby",
244
- "end": "(?<=^\\S+)",
244
+ "end": "(?=^\\S)",
245
245
  "patterns": [
246
246
  {
247
247
  "include": "source.ruby"
@@ -256,7 +256,7 @@
256
256
  }
257
257
  },
258
258
  "contentName": "source.shell",
259
- "end": "(?<=^\\S+)",
259
+ "end": "(?=^\\S)",
260
260
  "patterns": [
261
261
  {
262
262
  "include": "source.shell"
package/index.js CHANGED
@@ -2216,7 +2216,7 @@ export const grammars = [
2216
2216
  sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/julia/syntaxes/julia.tmLanguage.json?ref=609f17a76734f092792a33c891af40bbcaea0c64',
2217
2217
  },
2218
2218
  {
2219
- byteSize: 10138,
2219
+ byteSize: 10126,
2220
2220
  displayName: 'Just',
2221
2221
  embedded: [
2222
2222
  'shellscript',
@@ -2228,15 +2228,15 @@ export const grammars = [
2228
2228
  ],
2229
2229
  funding: [
2230
2230
  ],
2231
- hash: '0bv6CQN7ORxjgt6EPrIYmGl0Z7Po_B_cRef3rSV6oeQ',
2232
- lastUpdate: '2026-02-01T19:45:11Z',
2231
+ hash: 'IKkLJPOalornx6XgQoXm73smgG9aVR6HpYbPPOj7Hn8',
2232
+ lastUpdate: '2026-03-22T20:32:03Z',
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: 'c0a00dba51884e5887783c48dddf585dead998c6',
2238
- source: 'https://github.com/nefrob/vscode-just/blob/c0a00dba51884e5887783c48dddf585dead998c6/syntaxes/just.tmLanguage.json',
2239
- sourceApi: 'https://api.github.com/repos/nefrob/vscode-just/contents/syntaxes/just.tmLanguage.json?ref=c0a00dba51884e5887783c48dddf585dead998c6',
2237
+ sha: 'f71d9d5591d6293c583ec7c119c42e6f6dfe6c51',
2238
+ source: 'https://github.com/nefrob/vscode-just/blob/f71d9d5591d6293c583ec7c119c42e6f6dfe6c51/syntaxes/just.tmLanguage.json',
2239
+ sourceApi: 'https://api.github.com/repos/nefrob/vscode-just/contents/syntaxes/just.tmLanguage.json?ref=f71d9d5591d6293c583ec7c119c42e6f6dfe6c51',
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.9",
4
+ "version": "1.31.10",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",