diff --git a/packages/tm-grammars/README.md b/packages/tm-grammars/README.md index 762b23c..43aa961 100644 --- a/packages/tm-grammars/README.md +++ b/packages/tm-grammars/README.md @@ -80,7 +80,7 @@ import { grammars } from 'tm-grammars' | `gdscript` | | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/0c9c2554fb6eb25d8e30fa32cc31d1eba0941bba/syntaxes/GDScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | | 16.09 kB | | `gdshader` | | [godotengine/godot-vscode-plugin](https://github.com/godotengine/godot-vscode-plugin/blob/e7e2d0439dea0fb3a568378554c81e0a17348a84/syntaxes/GDShader.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE) | | 5.95 kB | | `genie` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/genie.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | 3.12 kB | -| `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 | +| `gherkin` | | [alexkrechik/VSCucumberAutoComplete](https://github.com/alexkrechik/VSCucumberAutoComplete/blob/fbb554addf81e8961b58b1577924af10fecf9694/syntaxes/feature.tmLanguage.json) | [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 | | `gleam` | | [gleam-lang/vscode-gleam](https://github.com/gleam-lang/vscode-gleam/blob/755b168864d3ae92bab27cbfd80788ec021a36e7/syntaxes/gleam.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/gleam-lang/vscode-gleam/main/LICENSE.txt) | | 2.39 kB | diff --git a/packages/tm-grammars/index.js b/packages/tm-grammars/index.js index 16a1a59..d88a402 100644 --- a/packages/tm-grammars/index.js +++ b/packages/tm-grammars/index.js @@ -927,13 +927,13 @@ export const grammars = [ { byteSize: 12425, displayName: 'Gherkin', - lastUpdate: '2022-07-03T18:01:28Z', + lastUpdate: '2024-05-18T13:15:07Z', license: 'MIT', licenseUrl: 'https://raw.githubusercontent.com/alexkrechik/VSCucumberAutoComplete/master/LICENSE', name: 'gherkin', scopeName: 'text.gherkin.feature', - sha: 'fc8da969b1c83e13ef5124b1ec90ba5211bc1e5f', - source: 'https://github.com/alexkrechik/VSCucumberAutoComplete/blob/fc8da969b1c83e13ef5124b1ec90ba5211bc1e5f/gclient/syntaxes/feature.tmLanguage', + sha: 'fbb554addf81e8961b58b1577924af10fecf9694', + source: 'https://github.com/alexkrechik/VSCucumberAutoComplete/blob/fbb554addf81e8961b58b1577924af10fecf9694/syntaxes/feature.tmLanguage.json', }, { byteSize: 1397, diff --git a/sources-grammars.ts b/sources-grammars.ts index d0067f7..c588a7c 100644 --- a/sources-grammars.ts +++ b/sources-grammars.ts @@ -572,7 +572,7 @@ export const sourcesCommunity: GrammarSource[] = [ }, { name: 'gherkin', - source: 'https://github.com/alexkrechik/VSCucumberAutoComplete/blob/master/gclient/syntaxes/feature.tmLanguage', + source: 'https://github.com/alexkrechik/VSCucumberAutoComplete/blob/master/syntaxes/feature.tmLanguage.json', }, { name: 'gleam',