Skip to content

Commit

Permalink
feat: update Themes and Grammars [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2024
1 parent 78e2f17 commit 762b0f2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/tm-grammars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ import { grammars } from 'tm-grammars'
| `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 |
| `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 |
| `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 |
| `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 |
| `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 |
| `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 |
| `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 |
| `glsl` | | [polym0rph/GLSL.tmbundle](https://github.com/polym0rph/GLSL.tmbundle/blob/6998d3bbd204e26746a5ca580cda4c650b9057b1/Syntaxes/GLSL.tmLanguage) | | `c` | 3.69 kB |
| `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 |
| `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 |
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/grammars/glimmer-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"match": "(::|_|\\$|\\.)"
},
"glimmer-control-expression": {
"begin": "({{~?)(([-a-z/]+)\\s)",
"begin": "({{~?)(([-a-zA-Z_0-9/]+)\\s)",
"captures": {
"1": {
"name": "keyword.operator"
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/grammars/glimmer-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"match": "(::|_|\\$|\\.)"
},
"glimmer-control-expression": {
"begin": "({{~?)(([-a-z/]+)\\s)",
"begin": "({{~?)(([-a-zA-Z_0-9/]+)\\s)",
"captures": {
"1": {
"name": "keyword.operator"
Expand Down
16 changes: 8 additions & 8 deletions packages/tm-grammars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,41 +810,41 @@ export const grammars = [
aliases: [
'gjs',
],
byteSize: 19536,
byteSize: 19543,
displayName: 'Glimmer JS',
embedded: [
'javascript',
'typescript',
'css',
'html',
],
lastUpdate: '2024-01-18T05:06:13Z',
lastUpdate: '2024-02-03T14:28:03Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE',
name: 'glimmer-js',
scopeName: 'source.gjs',
sha: 'f031ed7df2eeced760f4469fc9fe06f8688c531a',
source: 'https://github.com/lifeart/vsc-ember-syntax/blob/f031ed7df2eeced760f4469fc9fe06f8688c531a/syntaxes/source.gjs.json',
sha: '312fb20cc04374eb8768369ebccabd12143edbe4',
source: 'https://github.com/lifeart/vsc-ember-syntax/blob/312fb20cc04374eb8768369ebccabd12143edbe4/syntaxes/source.gjs.json',
},
{
aliases: [
'gts',
],
byteSize: 19536,
byteSize: 19543,
displayName: 'Glimmer TS',
embedded: [
'typescript',
'css',
'javascript',
'html',
],
lastUpdate: '2024-01-18T05:06:13Z',
lastUpdate: '2024-02-03T14:28:03Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE',
name: 'glimmer-ts',
scopeName: 'source.gts',
sha: 'f031ed7df2eeced760f4469fc9fe06f8688c531a',
source: 'https://github.com/lifeart/vsc-ember-syntax/blob/f031ed7df2eeced760f4469fc9fe06f8688c531a/syntaxes/source.gts.json',
sha: '312fb20cc04374eb8768369ebccabd12143edbe4',
source: 'https://github.com/lifeart/vsc-ember-syntax/blob/312fb20cc04374eb8768369ebccabd12143edbe4/syntaxes/source.gts.json',
},
{
byteSize: 3774,
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tm-grammars",
"type": "module",
"version": "1.1.2",
"version": "1.1.3",
"packageManager": "[email protected]",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <[email protected]>",
Expand Down

0 comments on commit 762b0f2

Please sign in to comment.