tm-grammars 1.27.1 → 1.28.0

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
@@ -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.0",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",