tm-grammars 1.30.6 → 1.30.8
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 +2 -2
- package/grammars/asciidoc.json +2 -2
- package/grammars/llvm.json +1 -1
- package/index.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ import { grammars } from 'tm-grammars'
|
|
|
30
30
|
| `apl` | | [kimmolinna/vscode-apl-language](https://github.com/kimmolinna/vscode-apl-language/blob/13541242d9ffae225e89ebba23f9abaa4c60697e/syntaxes/apl.tmLanguage.json) | | | `html` `xml` `css` `javascript` `json` | 22.69 kB |
|
|
31
31
|
| `applescript` | | [textmate/applescript.tmbundle](https://github.com/textmate/applescript.tmbundle/blob/4947cad7494eba084c21cfe04689b4efce96700f/Syntaxes/AppleScript.tmLanguage) | | | | 27.80 kB |
|
|
32
32
|
| `ara` | | [ara-lang/highlighting](https://github.com/ara-lang/highlighting/blob/ed1dbedcf03d0b67207e41fe2e11218cc925dc0d/syntaxes/ara.json) | [Apache-2.0](https://raw.githubusercontent.com/ara-lang/highlighting/main/LICENSE-APACHE) | | | 5.91 kB |
|
|
33
|
-
| `asciidoc` | `adoc` | [asciidoctor/asciidoctor-vscode](https://github.com/asciidoctor/asciidoctor-vscode/blob/
|
|
33
|
+
| `asciidoc` | `adoc` | [asciidoctor/asciidoctor-vscode](https://github.com/asciidoctor/asciidoctor-vscode/blob/a946c878b12f6e5915d5d04e9b75953b417aa4c2/syntaxes/asciidoc.tmLanguage.json) | [NOASSERTION](https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE) | | `html` `yaml` `csv` `css` `ini` `java` `lua` `make` `perl` `r` `ruby` `php` `sql` `vb` `xml` `xsl` `bat` `clojure` `coffee` `c` `cpp` `diff` `docker` `git-commit` `git-rebase` `go` `groovy` `pug` `javascript` `json` `jsonc` `less` `objective-c` `swift` `scss` `raku` `powershell` `python` `julia` `regexp` `rust` `scala` `shellscript` `typescript` `tsx` `csharp` `fsharp` `dart` `handlebars` `markdown` `log` `erlang` `elixir` `latex` `bibtex` `abap` `rst` `haskell` `kotlin` | 121.23 kB |
|
|
34
34
|
| `asm` | | [13xforever/x86_64-assembly-vscode](https://github.com/13xforever/x86_64-assembly-vscode/blob/5c1958f4283d260f5dc88fa4f5f31c620e061a5a/syntaxes/language-x86_64-assembly.tmLanguage) | [MIT](https://raw.githubusercontent.com/13xforever/x86_64-assembly-vscode/master/LICENSE.txt) | | | 38.43 kB |
|
|
35
35
|
| `astro` | | [withastro/language-tools](https://github.com/withastro/language-tools/blob/8e55c37cbcf134dedf0068781245da5a9d46d081/packages/vscode/syntaxes/astro.tmLanguage.src.yaml) | [MIT](https://raw.githubusercontent.com/withastro/language-tools/main/LICENSE) | [GitHub Sponsors: **@withastro**](https://github.com/sponsors/withastro) [Open Collective: **astrodotbuild**](https://opencollective.com/astrodotbuild) [thanks.dev: **u/gh/withastro**](https://thanks.dev/d/u/gh/withastro) | `json` `javascript` `typescript` `stylus` `sass` `css` `scss` `less` `postcss` `tsx` | 22.87 kB |
|
|
36
36
|
| `awk` | | [luggage66/vscode-awk](https://github.com/luggage66/vscode-awk/blob/eff8c0f160ae16592c8d9963fd77046137fd2612/syntaxes/awk.tmLanguage) | [MIT](https://raw.githubusercontent.com/luggage66/vscode-awk/master/LICENSE.txt) | | | 5.16 kB |
|
|
@@ -133,7 +133,7 @@ import { grammars } from 'tm-grammars'
|
|
|
133
133
|
| `lean` | `lean4` | [leanprover/vscode-lean4](https://github.com/leanprover/vscode-lean4/blob/2ca585c47d447682452bd72f528feffd03ef4971/vscode-lean4/syntaxes/lean4.json) | [Apache-2.0](https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE) | | | 5.37 kB |
|
|
134
134
|
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/03dc55030b3b2b5c4779d4ac1e2e46cd1f5a6b7c/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 92.58 kB |
|
|
135
135
|
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/099adcf0d4beacd078a22432eaeab08d6f1e6da5/grammars/liquid.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md) | | `html` `css` `json` `javascript` | 16.94 kB |
|
|
136
|
-
| `llvm` | | [llvm/llvm-project](https://github.com/llvm/llvm-project/blob/
|
|
136
|
+
| `llvm` | | [llvm/llvm-project](https://github.com/llvm/llvm-project/blob/0d08cb0e70378d1f10578f4e009eb29eb17ad2dd/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml) | [NOASSERTION](https://raw.githubusercontent.com/llvm/llvm-project/main/LICENSE.TXT) | | | 4.56 kB |
|
|
137
137
|
| `log` | | [emilast/vscode-logfile-highlighter](https://github.com/emilast/vscode-logfile-highlighter/blob/396c8552ff99d0e07142fdd940d75dae212dd28c/syntaxes/log.tmLanguage) | [MIT](https://raw.githubusercontent.com/emilast/vscode-logfile-highlighter/master/LICENSE) | | | 2.52 kB |
|
|
138
138
|
| `logo` | | [textmate/logo.tmbundle](https://github.com/textmate/logo.tmbundle/blob/3205e987ed2a2aa11accdd55a7d094832441f89c/Syntaxes/Logo.tmLanguage) | | | | 2.95 kB |
|
|
139
139
|
| `lua` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c8fdd1650c06321d687ddfd1eff06aae4b616256/extensions/lua/syntaxes/lua.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `c` | 14.47 kB |
|
package/grammars/asciidoc.json
CHANGED
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
"name": "markup.meta.attribute-list.asciidoc"
|
|
1187
1187
|
},
|
|
1188
1188
|
"2": {
|
|
1189
|
-
"name": "markup.raw.monospace.asciidoc"
|
|
1189
|
+
"name": "markup.inline.raw.monospace.asciidoc"
|
|
1190
1190
|
},
|
|
1191
1191
|
"3": {
|
|
1192
1192
|
"name": "punctuation.definition.asciidoc"
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
"name": "markup.meta.attribute-list.asciidoc"
|
|
1205
1205
|
},
|
|
1206
1206
|
"2": {
|
|
1207
|
-
"name": "markup.raw.monospace.asciidoc"
|
|
1207
|
+
"name": "markup.inline.raw.monospace.asciidoc"
|
|
1208
1208
|
},
|
|
1209
1209
|
"3": {
|
|
1210
1210
|
"name": "punctuation.definition.asciidoc"
|
package/grammars/llvm.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"name": "keyword.instruction.llvm"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
"match": "\\b(?:acq_rel|acquire|addrspace|alias|align|alignstack|allocsize|alwaysinline|appending|argmemonly|arm_aapcs_vfpcc|arm_aapcscc|arm_apcscc|asm|atomic|available_externally|blockaddress|builtin|byref|byval|c|caller|catch|ccc??|cleanup|cold|coldcc|comdat|common|constant|convergent|datalayout|declare|default|define|deplibs|dereferenceable|dereferenceable_or_null|distinct|dllexport|dllimport|dso_local|dso_preemptable|except|extern_weak|external|externally_initialized|fastcc|filter|from|gc|global|hhvm_ccc|hhvmcc|hidden|hot|immarg|inaccessiblemem_or_argmemonly|inaccessiblememonly|inalloc|initialexec|inlinehint|inreg|intel_ocl_bicc|inteldialect|internal|jumptable|linkonce|linkonce_odr|local_unnamed_addr|localdynamic|localexec|minsize|module|monotonic|msp430_intrcc|mustprogress|musttail|naked|nest|noalias|nobuiltin|nocallback|nocapture|nocf_check|noduplicate|nofree|noimplicitfloat|noinline|nomerge|nonlazybind|nonnull|noprofile|norecurse|noredzone|noreturn|nosync|noundef|nounwind|nosanitize_bounds|nosanitize_coverage|null_pointer_is_valid|optforfuzzing|optnone|optsize|personality|preallocated|private|protected|ptx_device|ptx_kernel|readnone|readonly|release|returned|returns_twice|safestack|sanitize_address|sanitize_alloc_token|sanitize_hwaddress|sanitize_memory|sanitize_memtag|sanitize_thread|section|seq_cst|shadowcallstack|sideeffect|signext|source_filename|speculatable|speculative_load_hardening|spir_func|spir_kernel|sret|ssp|sspreq|sspstrong|strictfp|swiftcc|swifterror|swiftself|syncscope|tail|tailcc|target|thread_local|to|triple|unnamed_addr|unordered|uselistorder|uselistorder_bb|uwtable|volatile|weak|weak_odr|willreturn|win64cc|within|writeonly|x86_64_sysvcc|x86_fastcallcc|x86_stdcallcc|x86_thiscallcc|zeroext)\\b",
|
|
22
|
+
"match": "\\b(?:acq_rel|acquire|addrspace|alias|align|alignstack|allocsize|alwaysinline|appending|argmemonly|arm_aapcs_vfpcc|arm_aapcscc|arm_apcscc|asm|atomic|available_externally|blockaddress|builtin|byref|byval|c|caller|catch|ccc??|cleanup|cold|coldcc|comdat|common|constant|convergent|datalayout|declare|default|define|deplibs|dereferenceable|dereferenceable_or_null|distinct|dllexport|dllimport|dso_local|dso_preemptable|except|extern_weak|external|externally_initialized|fastcc|filter|from|gc|global|hhvm_ccc|hhvmcc|hidden|hot|immarg|inaccessiblemem_or_argmemonly|inaccessiblememonly|inalloc|initialexec|inlinehint|inreg|intel_ocl_bicc|inteldialect|internal|jumptable|linkonce|linkonce_odr|local_unnamed_addr|localdynamic|localexec|minsize|module|monotonic|msp430_intrcc|mustprogress|musttail|naked|nest|noalias|nobuiltin|nocallback|nocapture|nocf_check|noduplicate|nofree|noimplicitfloat|noinline|nomerge|nooutline|nonlazybind|nonnull|noprofile|norecurse|noredzone|noreturn|nosync|noundef|nounwind|nosanitize_bounds|nosanitize_coverage|null_pointer_is_valid|optforfuzzing|optnone|optsize|personality|preallocated|private|protected|ptx_device|ptx_kernel|readnone|readonly|release|returned|returns_twice|safestack|sanitize_address|sanitize_alloc_token|sanitize_hwaddress|sanitize_memory|sanitize_memtag|sanitize_thread|section|seq_cst|shadowcallstack|sideeffect|signext|source_filename|speculatable|speculative_load_hardening|spir_func|spir_kernel|sret|ssp|sspreq|sspstrong|strictfp|swiftcc|swifterror|swiftself|syncscope|tail|tailcc|target|thread_local|to|triple|unnamed_addr|unordered|uselistorder|uselistorder_bb|uwtable|volatile|weak|weak_odr|willreturn|win64cc|within|writeonly|x86_64_sysvcc|x86_fastcallcc|x86_stdcallcc|x86_thiscallcc|zeroext)\\b",
|
|
23
23
|
"name": "storage.modifier.llvm"
|
|
24
24
|
},
|
|
25
25
|
{
|
package/index.js
CHANGED
|
@@ -191,7 +191,7 @@ export const grammars = [
|
|
|
191
191
|
aliases: [
|
|
192
192
|
'adoc',
|
|
193
193
|
],
|
|
194
|
-
byteSize:
|
|
194
|
+
byteSize: 124136,
|
|
195
195
|
categories: [
|
|
196
196
|
'markup',
|
|
197
197
|
],
|
|
@@ -259,15 +259,15 @@ export const grammars = [
|
|
|
259
259
|
],
|
|
260
260
|
funding: [
|
|
261
261
|
],
|
|
262
|
-
hash: '
|
|
263
|
-
lastUpdate: '
|
|
262
|
+
hash: 'XfAgexyRI2sjDnjAenVqiDrb5R-3Gm4XIUi-pOVWGfE',
|
|
263
|
+
lastUpdate: '2026-02-12T15:52:53Z',
|
|
264
264
|
license: 'NOASSERTION',
|
|
265
265
|
licenseUrl: 'https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE',
|
|
266
266
|
name: 'asciidoc',
|
|
267
267
|
scopeName: 'text.asciidoc',
|
|
268
|
-
sha: '
|
|
269
|
-
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/
|
|
270
|
-
sourceApi: 'https://api.github.com/repos/asciidoctor/asciidoctor-vscode/contents/syntaxes/asciidoc.tmLanguage.json?ref=
|
|
268
|
+
sha: 'a946c878b12f6e5915d5d04e9b75953b417aa4c2',
|
|
269
|
+
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/a946c878b12f6e5915d5d04e9b75953b417aa4c2/syntaxes/asciidoc.tmLanguage.json',
|
|
270
|
+
sourceApi: 'https://api.github.com/repos/asciidoctor/asciidoctor-vscode/contents/syntaxes/asciidoc.tmLanguage.json?ref=a946c878b12f6e5915d5d04e9b75953b417aa4c2',
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
byteSize: 39351,
|
|
@@ -2353,22 +2353,22 @@ export const grammars = [
|
|
|
2353
2353
|
sourceApi: 'https://api.github.com/repos/Shopify/liquid-tm-grammar/contents/grammars/liquid.tmLanguage.json?ref=099adcf0d4beacd078a22432eaeab08d6f1e6da5',
|
|
2354
2354
|
},
|
|
2355
2355
|
{
|
|
2356
|
-
byteSize:
|
|
2356
|
+
byteSize: 4668,
|
|
2357
2357
|
categories: [
|
|
2358
2358
|
'dsl',
|
|
2359
2359
|
],
|
|
2360
2360
|
displayName: 'LLVM IR',
|
|
2361
2361
|
funding: [
|
|
2362
2362
|
],
|
|
2363
|
-
hash: '
|
|
2364
|
-
lastUpdate: '
|
|
2363
|
+
hash: 'EFD_VmkEPi1KYFbNVBMLap1R94AgrYlBfVgsSpwq-yQ',
|
|
2364
|
+
lastUpdate: '2026-02-11T05:44:17Z',
|
|
2365
2365
|
license: 'NOASSERTION',
|
|
2366
2366
|
licenseUrl: 'https://raw.githubusercontent.com/llvm/llvm-project/main/LICENSE.TXT',
|
|
2367
2367
|
name: 'llvm',
|
|
2368
2368
|
scopeName: 'source.llvm',
|
|
2369
|
-
sha: '
|
|
2370
|
-
source: 'https://github.com/llvm/llvm-project/blob/
|
|
2371
|
-
sourceApi: 'https://api.github.com/repos/llvm/llvm-project/contents/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml?ref=
|
|
2369
|
+
sha: '0d08cb0e70378d1f10578f4e009eb29eb17ad2dd',
|
|
2370
|
+
source: 'https://github.com/llvm/llvm-project/blob/0d08cb0e70378d1f10578f4e009eb29eb17ad2dd/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml',
|
|
2371
|
+
sourceApi: 'https://api.github.com/repos/llvm/llvm-project/contents/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml?ref=0d08cb0e70378d1f10578f4e009eb29eb17ad2dd',
|
|
2372
2372
|
},
|
|
2373
2373
|
{
|
|
2374
2374
|
byteSize: 2577,
|