tm-grammars 1.23.8 → 1.23.9
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/asciidoc.json +1 -1
- package/index.js +5 -5
- 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.82 kB |
|
|
31
31
|
| `applescript` | | [textmate/applescript.tmbundle](https://github.com/textmate/applescript.tmbundle/blob/4947cad7494eba084c21cfe04689b4efce96700f/Syntaxes/AppleScript.tmLanguage) | | | | 27.81 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.94 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/d9b169e4c367a605eba9039b40440330b11aa775/syntaxes/Asciidoctor.json) | [NOASSERTION](https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE) | | `html` `yaml` `csv` `c` `clojure` `coffee` `cpp` `css` `csharp` `diff` `docker` `elixir` `elm` `erlang` `go` `groovy` `haskell` `java` `javascript` `json` `jsx` `julia` `kotlin` `less` `make` `objective-c` `ocaml` `perl` `python` `r` `ruby` `rust` `sass` `scala` `scss` `shellscript` `sql` `swift` `toml` `typescript` `xml` | 82.20 kB |
|
|
34
34
|
| `asm` | | [13xforever/x86_64-assembly-vscode](https://github.com/13xforever/x86_64-assembly-vscode/blob/15c07b12741ac75f5bb6e7701dc7c0d742add8dd/syntaxes/language-x86_64-assembly.tmLanguage) | [MIT](https://raw.githubusercontent.com/13xforever/x86_64-assembly-vscode/master/LICENSE.txt) | | | 38.28 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.94 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.17 kB |
|
package/grammars/asciidoc.json
CHANGED
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
"name": "entity.name.function.asciidoc"
|
|
865
865
|
},
|
|
866
866
|
{
|
|
867
|
-
"match": "(actdiag|blockdiag|ditaa|graphviz|meme|mermaid|nwdiag|packetdiag|pikchr|plantuml|rackdiag|seqdiag|shaape|wavedrom)",
|
|
867
|
+
"match": "(actdiag|blockdiag|ditaa|graphviz|tikz|meme|mermaid|nwdiag|packetdiag|pikchr|plantuml|rackdiag|seqdiag|shaape|wavedrom)",
|
|
868
868
|
"name": "entity.name.function.asciidoc"
|
|
869
869
|
},
|
|
870
870
|
{
|
package/index.js
CHANGED
|
@@ -181,7 +181,7 @@ export const grammars = [
|
|
|
181
181
|
aliases: [
|
|
182
182
|
'adoc',
|
|
183
183
|
],
|
|
184
|
-
byteSize:
|
|
184
|
+
byteSize: 84171,
|
|
185
185
|
categories: [
|
|
186
186
|
'markup',
|
|
187
187
|
],
|
|
@@ -231,14 +231,14 @@ export const grammars = [
|
|
|
231
231
|
],
|
|
232
232
|
funding: [
|
|
233
233
|
],
|
|
234
|
-
hash: '
|
|
235
|
-
lastUpdate: '2025-
|
|
234
|
+
hash: 'yC0uteSxftlz0SkmV1QWc4O8YEYKK_z9Jkm7uKKcM4A',
|
|
235
|
+
lastUpdate: '2025-04-06T16:02:02Z',
|
|
236
236
|
license: 'NOASSERTION',
|
|
237
237
|
licenseUrl: 'https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE',
|
|
238
238
|
name: 'asciidoc',
|
|
239
239
|
scopeName: 'text.asciidoc',
|
|
240
|
-
sha: '
|
|
241
|
-
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/
|
|
240
|
+
sha: 'd9b169e4c367a605eba9039b40440330b11aa775',
|
|
241
|
+
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/d9b169e4c367a605eba9039b40440330b11aa775/syntaxes/Asciidoctor.json',
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
byteSize: 39196,
|