tm-grammars 1.16.3 → 1.16.4

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
@@ -210,7 +210,7 @@ import { grammars } from 'tm-grammars'
210
210
  | `turtle` | | [stardog-union/stardog-vsc](https://github.com/stardog-union/stardog-vsc/blob/3f1364b08bdbf4b4d77f123682db7d2b708b2f6e/stardog-rdf-grammars/syntaxes/turtle.tmLanguage.json) | | | 3.50 kB |
211
211
  | `twig` | | [mblode/vscode-twig-language-2](https://github.com/mblode/vscode-twig-language-2/blob/82ae07ffe96656181ad8265c1fff008c8d1cdbba/src/syntaxes/twig.tmLanguage) | [MIT](https://raw.githubusercontent.com/mblode/vscode-twig-language-2/master/LICENSE.md) | `css` `javascript` `scss` `php` `python` `ruby` | 20.64 kB |
212
212
  | `typescript` | `ts` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 177.10 kB |
213
- | `typespec` | `tsp` | [microsoft/typespec](https://github.com/microsoft/typespec/blob/7900f29d65c9f37584100fdfbfd0f6409b7381e7/grammars/typespec.json) | [MIT](https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE) | | 26.20 kB |
213
+ | `typespec` | `tsp` | [microsoft/typespec](https://github.com/microsoft/typespec/blob/675e6d480db6366c312e4279da0e3bca5b1be04f/grammars/typespec.json) | [MIT](https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE) | | 26.31 kB |
214
214
  | `typst` | `typ` | [nvarner/typst-lsp](https://github.com/nvarner/typst-lsp/blob/6972d4b9c2cbcb0551e203067f09ec84ca8f9df3/editors/vscode/typst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nvarner/typst-lsp/master/LICENSE-MIT.txt) | | 7.98 kB |
215
215
  | `v` | | [vlang/vscode-vlang](https://github.com/vlang/vscode-vlang/blob/b1f529602bc6536ad8967373302e151e77179598/syntaxes/v.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE) | | 12.76 kB |
216
216
  | `vala` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/vala.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | 3.14 kB |
@@ -1397,7 +1397,7 @@
1397
1397
  "name": "keyword.operator.assignment.tsp"
1398
1398
  }
1399
1399
  },
1400
- "end": "=",
1400
+ "end": "(?=>)|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",
1401
1401
  "endCaptures": {
1402
1402
  "0": {
1403
1403
  "name": "keyword.operator.assignment.tsp"
package/index.js CHANGED
@@ -3043,15 +3043,15 @@ export const grammars = [
3043
3043
  aliases: [
3044
3044
  'tsp',
3045
3045
  ],
3046
- byteSize: 26831,
3046
+ byteSize: 26946,
3047
3047
  displayName: 'TypeSpec',
3048
- lastUpdate: '2024-07-08T17:27:00Z',
3048
+ lastUpdate: '2024-08-08T21:42:27Z',
3049
3049
  license: 'MIT',
3050
3050
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE',
3051
3051
  name: 'typespec',
3052
3052
  scopeName: 'source.tsp',
3053
- sha: '7900f29d65c9f37584100fdfbfd0f6409b7381e7',
3054
- source: 'https://github.com/microsoft/typespec/blob/7900f29d65c9f37584100fdfbfd0f6409b7381e7/grammars/typespec.json',
3053
+ sha: '675e6d480db6366c312e4279da0e3bca5b1be04f',
3054
+ source: 'https://github.com/microsoft/typespec/blob/675e6d480db6366c312e4279da0e3bca5b1be04f/grammars/typespec.json',
3055
3055
  },
3056
3056
  {
3057
3057
  aliases: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.16.3",
4
+ "version": "1.16.4",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",