tm-grammars 1.31.6 → 1.31.7

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
@@ -44,7 +44,7 @@ import { grammars } from 'tm-grammars'
44
44
  | `blade` | | [laravel/vs-code-extension](https://github.com/laravel/vs-code-extension/blob/80726f64975dc935d6b925d8230cdc1ea075802a/syntaxes/blade.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/laravel/vs-code-extension/main/LICENSE.md) | | `html-derivative` `html` `xml` `sql` `javascript` `json` `css` | 100.00 kB |
45
45
  | `bsl` | `1c` | [1c-syntax/vsc-language-1c-bsl](https://github.com/1c-syntax/vsc-language-1c-bsl/blob/2cde5a65a17b82b5363affadf5a620ebb0a026dc/syntaxes/1c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/1c-syntax/vsc-language-1c-bsl/refs/heads/master/LICENSE.md) | | `sdbl` | 32.60 kB |
46
46
  | `c` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/cpp/syntaxes/c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 67.93 kB |
47
- | `c3` | | [c3lang/vscode-c3](https://github.com/c3lang/vscode-c3/blob/8ae9a31008b499ef1b9a4cdcc1df8ba75eb2d10f/syntaxes/c3.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/c3lang/vscode-c3/main/LICENSE) | | | 24.36 kB |
47
+ | `c3` | | [c3lang/vscode-c3](https://github.com/c3lang/vscode-c3/blob/2c2f7b68b1ab502a26cf1c9a68969c63d291048b/syntaxes/c3.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/c3lang/vscode-c3/main/LICENSE) | | | 24.37 kB |
48
48
  | `cadence` | `cdc` | [onflow/vscode-cadence](https://github.com/onflow/vscode-cadence/blob/bc7e5d3bb613e01789584283d7911cfd6b616dc4/extension/language/syntaxes/cadence.tmGrammar.json) | [Apache-2.0](https://raw.githubusercontent.com/onflow/vscode-cadence/master/LICENSE) | | | 22.23 kB |
49
49
  | `cairo` | | [starkware-libs/cairo-lang](https://github.com/starkware-libs/cairo-lang/blob/4ea4fe8e167845a3402ae2ea0a8b6004aad18dd5/src/starkware/cairo/lang/ide/vscode-cairo/syntaxes/cairo.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/starkware-libs/cairo-lang/master/LICENSE.txt) | | `python` | 2.66 kB |
50
50
  | `clarity` | | [hirosystems/clarity.tmbundle](https://github.com/hirosystems/clarity.tmbundle/blob/a187c9ccbbfeb91550f138c8d606888a902b7c98/Syntaxes/clarity.JSON-tmLanguage) | [MIT](https://raw.githubusercontent.com/stx-labs/clarity.tmbundle/main/LICENSE) | | | 13.47 kB |
package/grammars/c3.json CHANGED
@@ -460,8 +460,7 @@
460
460
  "name": "comment.block.documentation.c3"
461
461
  },
462
462
  {
463
- "begin": "([\"`])",
464
- "end": "\\1",
463
+ "match": "`[^`]*`|\"[^\"]*\"",
465
464
  "name": "comment.block.documentation.c3"
466
465
  }
467
466
  ]
@@ -523,8 +522,7 @@
523
522
  "name": "comment.block.documentation.c3"
524
523
  },
525
524
  {
526
- "begin": "([\"`])",
527
- "end": "\\1",
525
+ "match": "`[^`]*`|\"[^\"]*\"",
528
526
  "name": "comment.block.documentation.c3"
529
527
  }
530
528
  ]
@@ -812,7 +810,7 @@
812
810
  "name": "keyword.control.ct.c3"
813
811
  },
814
812
  {
815
- "match": "\\b(?:assert|asm|catch|inline|import|module|interface|try|var)\\b",
813
+ "match": "\\b(?:assert|asm|catch|inline|import|module|interface|try|var|constdef)\\b",
816
814
  "name": "keyword.other.c3"
817
815
  },
818
816
  {
package/index.js CHANGED
@@ -539,22 +539,22 @@ export const grammars = [
539
539
  sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/cpp/syntaxes/c.tmLanguage.json?ref=bd1abe08c38bb5deccf65610f8f3c03d2338d20d',
540
540
  },
541
541
  {
542
- byteSize: 24945,
542
+ byteSize: 24952,
543
543
  categories: [
544
544
  'general',
545
545
  ],
546
546
  displayName: 'C3',
547
547
  funding: [
548
548
  ],
549
- hash: 'Pg_Zxy5SyZTu7tkR5AJ0Ks233_EPsoPBBOsGDE8aA9E',
550
- lastUpdate: '2026-01-29T20:59:22Z',
549
+ hash: 'fCb17Mqoyyb6IijYNWrscl5S7E8_50OVQscXLGzW0JA',
550
+ lastUpdate: '2026-03-09T07:18:55Z',
551
551
  license: 'MIT',
552
552
  licenseUrl: 'https://raw.githubusercontent.com/c3lang/vscode-c3/main/LICENSE',
553
553
  name: 'c3',
554
554
  scopeName: 'source.c3',
555
- sha: '8ae9a31008b499ef1b9a4cdcc1df8ba75eb2d10f',
556
- source: 'https://github.com/c3lang/vscode-c3/blob/8ae9a31008b499ef1b9a4cdcc1df8ba75eb2d10f/syntaxes/c3.tmLanguage.json',
557
- sourceApi: 'https://api.github.com/repos/c3lang/vscode-c3/contents/syntaxes/c3.tmLanguage.json?ref=8ae9a31008b499ef1b9a4cdcc1df8ba75eb2d10f',
555
+ sha: '2c2f7b68b1ab502a26cf1c9a68969c63d291048b',
556
+ source: 'https://github.com/c3lang/vscode-c3/blob/2c2f7b68b1ab502a26cf1c9a68969c63d291048b/syntaxes/c3.tmLanguage.json',
557
+ sourceApi: 'https://api.github.com/repos/c3lang/vscode-c3/contents/syntaxes/c3.tmLanguage.json?ref=2c2f7b68b1ab502a26cf1c9a68969c63d291048b',
558
558
  },
559
559
  {
560
560
  aliases: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.31.6",
4
+ "version": "1.31.7",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",