tm-grammars 1.1.2 → 1.1.3

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
@@ -75,8 +75,8 @@ import { grammars } from 'tm-grammars'
75
75
  | `gherkin` | | [alexkrechik/VSCucumberAutoComplete](https://github.com/alexkrechik/VSCucumberAutoComplete/blob/fc8da969b1c83e13ef5124b1ec90ba5211bc1e5f/gclient/syntaxes/feature.tmLanguage) | [MIT](https://raw.githubusercontent.com/alexkrechik/VSCucumberAutoComplete/master/LICENSE) | | 12.13 kB |
76
76
  | `git-commit` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f8c3f89468fea14103d8790d59ea8594d6e644eb/extensions/git-base/syntaxes/git-commit.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `diff` | 1.36 kB |
77
77
  | `git-rebase` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e95c74c4c7af876e79ec58df262464467c06df28/extensions/git-base/syntaxes/git-rebase.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `shellscript` | 818.00 B |
78
- | `glimmer-js` | `gjs` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/f031ed7df2eeced760f4469fc9fe06f8688c531a/syntaxes/source.gjs.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | `javascript` `typescript` `css` `html` | 19.08 kB |
79
- | `glimmer-ts` | `gts` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/f031ed7df2eeced760f4469fc9fe06f8688c531a/syntaxes/source.gts.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | `typescript` `css` `javascript` `html` | 19.08 kB |
78
+ | `glimmer-js` | `gjs` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/312fb20cc04374eb8768369ebccabd12143edbe4/syntaxes/source.gjs.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | `javascript` `typescript` `css` `html` | 19.08 kB |
79
+ | `glimmer-ts` | `gts` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/312fb20cc04374eb8768369ebccabd12143edbe4/syntaxes/source.gts.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | `typescript` `css` `javascript` `html` | 19.08 kB |
80
80
  | `glsl` | | [polym0rph/GLSL.tmbundle](https://github.com/polym0rph/GLSL.tmbundle/blob/6998d3bbd204e26746a5ca580cda4c650b9057b1/Syntaxes/GLSL.tmLanguage) | | `c` | 3.69 kB |
81
81
  | `gnuplot` | | [MarioSchwalbe/vscode-gnuplot](https://github.com/MarioSchwalbe/vscode-gnuplot/blob/c62c1a61c9b6b4658b43d76c397dc2ad43523b6a/syntaxes/gnuplot.tmLanguage) | [GPL-3.0](https://raw.githubusercontent.com/MarioSchwalbe/vscode-gnuplot/master/LICENSE) | | 16.46 kB |
82
82
  | `go` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/go/syntaxes/go.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 41.19 kB |
@@ -281,7 +281,7 @@
281
281
  "match": "(::|_|\\$|\\.)"
282
282
  },
283
283
  "glimmer-control-expression": {
284
- "begin": "({{~?)(([-a-z/]+)\\s)",
284
+ "begin": "({{~?)(([-a-zA-Z_0-9/]+)\\s)",
285
285
  "captures": {
286
286
  "1": {
287
287
  "name": "keyword.operator"
@@ -281,7 +281,7 @@
281
281
  "match": "(::|_|\\$|\\.)"
282
282
  },
283
283
  "glimmer-control-expression": {
284
- "begin": "({{~?)(([-a-z/]+)\\s)",
284
+ "begin": "({{~?)(([-a-zA-Z_0-9/]+)\\s)",
285
285
  "captures": {
286
286
  "1": {
287
287
  "name": "keyword.operator"
package/index.js CHANGED
@@ -810,7 +810,7 @@ export const grammars = [
810
810
  aliases: [
811
811
  'gjs',
812
812
  ],
813
- byteSize: 19536,
813
+ byteSize: 19543,
814
814
  displayName: 'Glimmer JS',
815
815
  embedded: [
816
816
  'javascript',
@@ -818,19 +818,19 @@ export const grammars = [
818
818
  'css',
819
819
  'html',
820
820
  ],
821
- lastUpdate: '2024-01-18T05:06:13Z',
821
+ lastUpdate: '2024-02-03T14:28:03Z',
822
822
  license: 'MIT',
823
823
  licenseUrl: 'https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE',
824
824
  name: 'glimmer-js',
825
825
  scopeName: 'source.gjs',
826
- sha: 'f031ed7df2eeced760f4469fc9fe06f8688c531a',
827
- source: 'https://github.com/lifeart/vsc-ember-syntax/blob/f031ed7df2eeced760f4469fc9fe06f8688c531a/syntaxes/source.gjs.json',
826
+ sha: '312fb20cc04374eb8768369ebccabd12143edbe4',
827
+ source: 'https://github.com/lifeart/vsc-ember-syntax/blob/312fb20cc04374eb8768369ebccabd12143edbe4/syntaxes/source.gjs.json',
828
828
  },
829
829
  {
830
830
  aliases: [
831
831
  'gts',
832
832
  ],
833
- byteSize: 19536,
833
+ byteSize: 19543,
834
834
  displayName: 'Glimmer TS',
835
835
  embedded: [
836
836
  'typescript',
@@ -838,13 +838,13 @@ export const grammars = [
838
838
  'javascript',
839
839
  'html',
840
840
  ],
841
- lastUpdate: '2024-01-18T05:06:13Z',
841
+ lastUpdate: '2024-02-03T14:28:03Z',
842
842
  license: 'MIT',
843
843
  licenseUrl: 'https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE',
844
844
  name: 'glimmer-ts',
845
845
  scopeName: 'source.gts',
846
- sha: 'f031ed7df2eeced760f4469fc9fe06f8688c531a',
847
- source: 'https://github.com/lifeart/vsc-ember-syntax/blob/f031ed7df2eeced760f4469fc9fe06f8688c531a/syntaxes/source.gts.json',
846
+ sha: '312fb20cc04374eb8768369ebccabd12143edbe4',
847
+ source: 'https://github.com/lifeart/vsc-ember-syntax/blob/312fb20cc04374eb8768369ebccabd12143edbe4/syntaxes/source.gts.json',
848
848
  },
849
849
  {
850
850
  byteSize: 3774,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",