tm-grammars 1.32.18 → 1.32.19
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 +1 -1
- package/grammars/ahk.json +1 -1
- package/index.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ import { grammars } from 'tm-grammars'
|
|
|
23
23
|
| `abap` | | [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle/blob/92e17e62a9449d2a6f87bfb30b4f920986c24018/Syntaxes/ABAP.tmLanguage) | | | | 15.12 kB |
|
|
24
24
|
| `actionscript-3` | `actionscript` `as3` | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/11ccf88dc1ec08a55c262a96676d507b354f19b5/distribution/src/assembly/syntaxes/AS3.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE) | [Patreon: **josht**](https://patreon.com/josht) | | 14.73 kB |
|
|
25
25
|
| `ada` | | [AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server/blob/e984d2233630f0a3ea422e86bfa97b36f80fe038/integration/vscode/ada/advanced/ada.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE) | | | 45.39 kB |
|
|
26
|
-
| `ahk` | `ahk1` | [mark-wiemer/ahkpp](https://github.com/mark-wiemer/ahkpp/blob/
|
|
26
|
+
| `ahk` | `ahk1` | [mark-wiemer/ahkpp](https://github.com/mark-wiemer/ahkpp/blob/63c1fd4d675e9ea98f60083786afe94505bdd57b/language/ahk.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/mark-wiemer/ahkpp/main/license.md) | | | 29.08 kB |
|
|
27
27
|
| `ahk2` | | [thqby/vscode-autohotkey2-lsp](https://github.com/thqby/vscode-autohotkey2-lsp/blob/60b30aa89671198bca0d3ba9777008f8c2b2983e/syntaxes/ahk2.tmLanguage.json) | [GNU](https://raw.githubusercontent.com/thqby/vscode-autohotkey2-lsp/main/LICENSE) | [GitHub Sponsors: **@thqby**](https://github.com/sponsors/thqby) [qr.alipay.com](https://qr.alipay.com/fkx19566u7ctegoppmu5i13) [github.com](https://github.com/thqby/vscode-autohotkey2-lsp/raw/main/pic/alipay.jpg) [paypal.me](https://www.paypal.me/thqby) | | 42.68 kB |
|
|
28
28
|
| `angular-html` | | [onivim/vscode-exthost](https://github.com/onivim/vscode-exthost/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/onivim/vscode-exthost/master/LICENSE.txt) | | `html` `angular-expression` `angular-let-declaration` `angular-template` `angular-template-blocks` | 701.00 B |
|
|
29
29
|
| `angular-ts` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/210541906e5a96ab39f9c753f921b1bd35f4138b/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `angular-expression` `angular-inline-style` `angular-inline-template` `angular-let-declaration` `angular-template` `angular-template-blocks` | 160.04 kB |
|
package/grammars/ahk.json
CHANGED
package/index.js
CHANGED
|
@@ -63,22 +63,22 @@ export const grammars = [
|
|
|
63
63
|
aliases: [
|
|
64
64
|
'ahk1',
|
|
65
65
|
],
|
|
66
|
-
byteSize:
|
|
66
|
+
byteSize: 29779,
|
|
67
67
|
categories: [
|
|
68
68
|
'scripting',
|
|
69
69
|
],
|
|
70
70
|
displayName: 'AutoHotkey',
|
|
71
71
|
funding: [
|
|
72
72
|
],
|
|
73
|
-
hash: '
|
|
74
|
-
lastUpdate: '
|
|
73
|
+
hash: 'Vc3KKl1ITjvidvjqWopiq70xNKjW1CCuOXlRRZnKaag',
|
|
74
|
+
lastUpdate: '2026-09-13T20:16:20Z',
|
|
75
75
|
license: 'MIT',
|
|
76
76
|
licenseUrl: 'https://raw.githubusercontent.com/mark-wiemer/ahkpp/main/license.md',
|
|
77
77
|
name: 'ahk',
|
|
78
78
|
scopeName: 'source.ahk',
|
|
79
|
-
sha: '
|
|
80
|
-
source: 'https://github.com/mark-wiemer/ahkpp/blob/
|
|
81
|
-
sourceApi: 'https://api.github.com/repos/mark-wiemer/ahkpp/contents/language/ahk.tmLanguage.yaml?ref=
|
|
79
|
+
sha: '63c1fd4d675e9ea98f60083786afe94505bdd57b',
|
|
80
|
+
source: 'https://github.com/mark-wiemer/ahkpp/blob/63c1fd4d675e9ea98f60083786afe94505bdd57b/language/ahk.tmLanguage.yaml',
|
|
81
|
+
sourceApi: 'https://api.github.com/repos/mark-wiemer/ahkpp/contents/language/ahk.tmLanguage.yaml?ref=63c1fd4d675e9ea98f60083786afe94505bdd57b',
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
byteSize: 43703,
|