tm-grammars 1.28.1 → 1.29.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
@@ -18,7 +18,7 @@ export const grammars = [
18
18
  sourceApi: 'https://api.github.com/repos/pvl/abap.tmbundle/contents/Syntaxes/ABAP.tmLanguage?ref=92e17e62a9449d2a6f87bfb30b4f920986c24018',
19
19
  },
20
20
  {
21
- byteSize: 13643,
21
+ byteSize: 14783,
22
22
  categories: [
23
23
  'scripting',
24
24
  ],
@@ -30,15 +30,15 @@ export const grammars = [
30
30
  url: 'https://patreon.com/josht',
31
31
  },
32
32
  ],
33
- hash: '9HG1Ob3W2vJtopt2ReqK_rdiB8U8zS1iGCxPVcv7Uyg',
34
- lastUpdate: '2025-05-12T17:28:50Z',
33
+ hash: 'IeDz98fkc7y0oB7SMGMrFScNLvo4Kv0sYVlRh_nakYw',
34
+ lastUpdate: '2026-01-22T22:54:22Z',
35
35
  license: 'Apache-2.0',
36
36
  licenseUrl: 'https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE',
37
37
  name: 'actionscript-3',
38
38
  scopeName: 'source.actionscript.3',
39
- sha: 'e7e35cc16363f07b2e536d7224a96c81354a316f',
40
- source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/e7e35cc16363f07b2e536d7224a96c81354a316f/distribution/src/assembly/syntaxes/AS3.tmLanguage',
41
- sourceApi: 'https://api.github.com/repos/BowlerHatLLC/vscode-as3mxml/contents/distribution/src/assembly/syntaxes/AS3.tmLanguage?ref=e7e35cc16363f07b2e536d7224a96c81354a316f',
39
+ sha: '42f895fa03d4a71f590e2631b5e215cade7da1db',
40
+ source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/42f895fa03d4a71f590e2631b5e215cade7da1db/distribution/src/assembly/syntaxes/AS3.tmLanguage',
41
+ sourceApi: 'https://api.github.com/repos/BowlerHatLLC/vscode-as3mxml/contents/distribution/src/assembly/syntaxes/AS3.tmLanguage?ref=42f895fa03d4a71f590e2631b5e215cade7da1db',
42
42
  },
43
43
  {
44
44
  byteSize: 46477,
@@ -2927,6 +2927,24 @@ export const grammars = [
2927
2927
  source: 'https://github.com/reasonml-editor/vscode-reasonml/blob/14af625ec50ed9968b957b4d6336c5338d81af45/syntaxes/ocaml.json',
2928
2928
  sourceApi: 'https://api.github.com/repos/reasonml-editor/vscode-reasonml/contents/syntaxes/ocaml.json?ref=14af625ec50ed9968b957b4d6336c5338d81af45',
2929
2929
  },
2930
+ {
2931
+ byteSize: 16000,
2932
+ categories: [
2933
+ 'general',
2934
+ ],
2935
+ displayName: 'Odin',
2936
+ funding: [
2937
+ ],
2938
+ hash: '5sffQfBmHX2fJYQS-iu7TUQgjU7XLrS2k6-4Dv4Mdeg',
2939
+ lastUpdate: '2025-01-13T00:20:53Z',
2940
+ license: 'MIT',
2941
+ licenseUrl: 'https://raw.githubusercontent.com/DanielGavin/ols/master/LICENSE',
2942
+ name: 'odin',
2943
+ scopeName: 'source.odin',
2944
+ sha: 'd26a19b38c581e28f67609cbb2d5ac933a9373d1',
2945
+ source: 'https://github.com/DanielGavin/ols/blob/d26a19b38c581e28f67609cbb2d5ac933a9373d1/editors/vscode/syntaxes/odin.tmLanguage.json',
2946
+ sourceApi: 'https://api.github.com/repos/DanielGavin/ols/contents/editors/vscode/syntaxes/odin.tmLanguage.json?ref=d26a19b38c581e28f67609cbb2d5ac933a9373d1',
2947
+ },
2930
2948
  {
2931
2949
  aliases: [
2932
2950
  'scad',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.28.1",
4
+ "version": "1.29.1",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",