tm-grammars 1.23.4 → 1.23.5

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
@@ -88,7 +88,7 @@ import { grammars } from 'tm-grammars'
88
88
  | `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 |
89
89
  | `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.06 kB |
90
90
  | `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` | 821.00 B |
91
- | `gleam` | | [gleam-lang/vscode-gleam](https://github.com/gleam-lang/vscode-gleam/blob/752bbdf1d6b300d642ba0f2cd01afdc59f8e07e1/syntaxes/gleam.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/gleam-lang/vscode-gleam/main/LICENSE.txt) | | | 2.44 kB |
91
+ | `gleam` | | [gleam-lang/vscode-gleam](https://github.com/gleam-lang/vscode-gleam/blob/79dce69097e64ee228784cb36ae0ef346eb0bf25/syntaxes/gleam.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/gleam-lang/vscode-gleam/main/LICENSE.txt) | | | 2.44 kB |
92
92
  | `glimmer-js` | `gjs` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/76fce7b360ce09a78789e7d5217b8955d1a5d95f/syntaxes/source.gjs.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | | `javascript` `typescript` `css` `html` | 19.07 kB |
93
93
  | `glimmer-ts` | `gts` | [lifeart/vsc-ember-syntax](https://github.com/lifeart/vsc-ember-syntax/blob/76fce7b360ce09a78789e7d5217b8955d1a5d95f/syntaxes/source.gts.json) | [MIT](https://raw.githubusercontent.com/lifeart/vsc-ember-syntax/master/LICENSE) | | `typescript` `css` `javascript` `html` | 19.07 kB |
94
94
  | `glsl` | | [polym0rph/GLSL.tmbundle](https://github.com/polym0rph/GLSL.tmbundle/blob/6998d3bbd204e26746a5ca580cda4c650b9057b1/Syntaxes/GLSL.tmLanguage) | | | `c` | 3.41 kB |
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "displayName": "Gleam",
3
+ "fileTypes": [
4
+ "gleam"
5
+ ],
3
6
  "name": "gleam",
4
7
  "patterns": [
5
8
  {
@@ -50,9 +53,6 @@
50
53
  {
51
54
  "include": "#decimal_number"
52
55
  },
53
- {
54
- "include": "#boolean"
55
- },
56
56
  {
57
57
  "match": "\\p{upper}\\p{alnum}*",
58
58
  "name": "entity.name.type.gleam"
package/index.js CHANGED
@@ -1317,18 +1317,18 @@ export const grammars = [
1317
1317
  source: 'https://github.com/microsoft/vscode/blob/e95c74c4c7af876e79ec58df262464467c06df28/extensions/git-base/syntaxes/git-rebase.tmLanguage.json',
1318
1318
  },
1319
1319
  {
1320
- byteSize: 2502,
1320
+ byteSize: 2501,
1321
1321
  displayName: 'Gleam',
1322
1322
  funding: [
1323
1323
  ],
1324
- hash: '8DHF48VVq3p3zJTWVwgHbKIqXUP3gF2KNcUjJ83qlsQ',
1325
- lastUpdate: '2025-03-06T10:32:59Z',
1324
+ hash: 'NYwZnnPvs5pXlOkyEdhZbvCOXaOmIaqYTwLlTCvG0ho',
1325
+ lastUpdate: '2025-03-13T17:03:24Z',
1326
1326
  license: 'Apache-2.0',
1327
1327
  licenseUrl: 'https://raw.githubusercontent.com/gleam-lang/vscode-gleam/main/LICENSE.txt',
1328
1328
  name: 'gleam',
1329
1329
  scopeName: 'source.gleam',
1330
- sha: '752bbdf1d6b300d642ba0f2cd01afdc59f8e07e1',
1331
- source: 'https://github.com/gleam-lang/vscode-gleam/blob/752bbdf1d6b300d642ba0f2cd01afdc59f8e07e1/syntaxes/gleam.tmLanguage.json',
1330
+ sha: '79dce69097e64ee228784cb36ae0ef346eb0bf25',
1331
+ source: 'https://github.com/gleam-lang/vscode-gleam/blob/79dce69097e64ee228784cb36ae0ef346eb0bf25/syntaxes/gleam.tmLanguage.json',
1332
1332
  },
1333
1333
  {
1334
1334
  aliases: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.23.4",
4
+ "version": "1.23.5",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",