tm-grammars 1.27.1 → 1.28.1

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/index.js CHANGED
@@ -2729,19 +2729,19 @@ export const grammars = [
2729
2729
  sourceApi: 'https://api.github.com/repos/moonbitlang/moonbit-tmLanguage/contents/grammars/moonbit.tmLanguage.json?ref=d9501977864ee8196d4f40551cfc4561f7499bc7',
2730
2730
  },
2731
2731
  {
2732
- byteSize: 16813,
2732
+ byteSize: 16984,
2733
2733
  displayName: 'Move',
2734
2734
  funding: [
2735
2735
  ],
2736
- hash: 'K0JUL4aFlk--6C-7T-PzCAfCOU3jrLLsmgbiUF8lipE',
2737
- lastUpdate: '2025-10-06T10:13:45Z',
2736
+ hash: 'ouIM8NfAr6qJ7pJHtywBiDvafSQmrrzSgfhcOgRWTuM',
2737
+ lastUpdate: '2026-01-16T12:25:32Z',
2738
2738
  license: 'MIT',
2739
2739
  licenseUrl: 'https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE',
2740
2740
  name: 'move',
2741
2741
  scopeName: 'source.move',
2742
- sha: '8b90e571e35f7bbda165a1ddd1794e5176831a90',
2743
- source: 'https://github.com/damirka/move-syntax/blob/8b90e571e35f7bbda165a1ddd1794e5176831a90/syntaxes/move.tmLanguage.json',
2744
- sourceApi: 'https://api.github.com/repos/damirka/move-syntax/contents/syntaxes/move.tmLanguage.json?ref=8b90e571e35f7bbda165a1ddd1794e5176831a90',
2742
+ sha: '03e44307aefd99bac3c10bda4430a22c92d6d476',
2743
+ source: 'https://github.com/damirka/move-syntax/blob/03e44307aefd99bac3c10bda4430a22c92d6d476/syntaxes/move.tmLanguage.json',
2744
+ sourceApi: 'https://api.github.com/repos/damirka/move-syntax/contents/syntaxes/move.tmLanguage.json?ref=03e44307aefd99bac3c10bda4430a22c92d6d476',
2745
2745
  },
2746
2746
  {
2747
2747
  aliases: [
@@ -3955,6 +3955,30 @@ export const grammars = [
3955
3955
  source: 'https://github.com/d4rkr00t/language-stylus/blob/198a851f385aee857332f3ce5dd981ff67720ead/syntaxes/stylus.json',
3956
3956
  sourceApi: 'https://api.github.com/repos/d4rkr00t/language-stylus/contents/syntaxes/stylus.json?ref=198a851f385aee857332f3ce5dd981ff67720ead',
3957
3957
  },
3958
+ {
3959
+ aliases: [
3960
+ 'surql',
3961
+ ],
3962
+ byteSize: 21423,
3963
+ categories: [
3964
+ 'dsl',
3965
+ ],
3966
+ displayName: 'SurrealQL',
3967
+ embedded: [
3968
+ 'javascript',
3969
+ ],
3970
+ funding: [
3971
+ ],
3972
+ hash: 'snSnKnrRcZkn22pIEuCMIsQZPgo1HhN59MWMJ7v-2Fs',
3973
+ lastUpdate: '2026-01-08T14:31:52Z',
3974
+ license: 'Apache-2.0',
3975
+ licenseUrl: 'https://raw.githubusercontent.com/surrealdb/surrealql-grammar/main/LICENSE',
3976
+ name: 'surrealql',
3977
+ scopeName: 'source.surrealql',
3978
+ sha: 'afb9c5362be1b291da3a6b7eb71902cc460759ed',
3979
+ source: 'https://github.com/surrealdb/surrealql-grammar/blob/afb9c5362be1b291da3a6b7eb71902cc460759ed/syntaxes/surrealql.tmLanguage.json',
3980
+ sourceApi: 'https://api.github.com/repos/surrealdb/surrealql-grammar/contents/syntaxes/surrealql.tmLanguage.json?ref=afb9c5362be1b291da3a6b7eb71902cc460759ed',
3981
+ },
3958
3982
  {
3959
3983
  byteSize: 17434,
3960
3984
  categories: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.27.1",
4
+ "version": "1.28.1",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",