tm-grammars 1.23.8 → 1.23.10
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/NOTICE +1 -1
- package/README.md +3 -3
- package/grammars/asciidoc.json +1 -1
- package/grammars/bicep.json +2 -1
- package/grammars/coq.json +1 -1
- package/index.js +16 -16
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -2294,7 +2294,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2294
2294
|
SOFTWARE.
|
|
2295
2295
|
=========================================================================================================
|
|
2296
2296
|
Files: coq.json
|
|
2297
|
-
License: https://raw.githubusercontent.com/
|
|
2297
|
+
License: https://raw.githubusercontent.com/rocq-prover/vscoq/main/LICENSE
|
|
2298
2298
|
SPDX: MIT
|
|
2299
2299
|
---------------------------------------------------------------------------------------------------------
|
|
2300
2300
|
MIT License
|
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 |
|
|
@@ -39,7 +39,7 @@ import { grammars } from 'tm-grammars'
|
|
|
39
39
|
| `beancount` | | [Lencerf/vscode-beancount](https://github.com/Lencerf/vscode-beancount/blob/ffc762e047bb09ed5d16508b302aef16a6057139/syntaxes/beancount.tmLanguage) | [MIT](https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE) | | | 9.73 kB |
|
|
40
40
|
| `berry` | `be` | [berry-lang/berry](https://github.com/berry-lang/berry/blob/a0f5c044a3b593deaf87292ca6f04c2343e53dc8/tools/plugins/vscode/skiars.berry-1.1.0/syntaxes/berry.json) | [MIT](https://raw.githubusercontent.com/berry-lang/berry/master/LICENSE) | | | 2.07 kB |
|
|
41
41
|
| `bibtex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/9a2c94d213696a4453b6d9988b003d98e7646e75/extensions/latex/syntaxes/Bibtex.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 4.83 kB |
|
|
42
|
-
| `bicep` | | [Azure/bicep](https://github.com/Azure/bicep/blob/
|
|
42
|
+
| `bicep` | | [Azure/bicep](https://github.com/Azure/bicep/blob/8fa65e7d52ef16bedfb8f77a4b16b28d90bcb64e/src/textmate/bicep.tmlanguage) | [MIT](https://raw.githubusercontent.com/Azure/bicep/main/LICENSE) | | | 3.89 kB |
|
|
43
43
|
| `blade` | | [laravel/vs-code-extension](https://github.com/laravel/vs-code-extension/blob/fa52467b5f7393407c9acc9b95d3794f67e266da/syntaxes/blade.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/laravel/vs-code-extension/main/LICENSE.md) | | `html-derivative` `html` `xml` `sql` `javascript` `json` `css` | 99.00 kB |
|
|
44
44
|
| `bsl` | `1c` | [1c-syntax/vsc-language-1c-bsl](https://github.com/1c-syntax/vsc-language-1c-bsl/blob/2cde5a65a17b82b5363affadf5a620ebb0a026dc/syntaxes/1c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/1c-syntax/vsc-language-1c-bsl/develop/LICENSE.md) | | `sdbl` | 32.60 kB |
|
|
45
45
|
| `c` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/cpp/syntaxes/c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 68.30 kB |
|
|
@@ -53,7 +53,7 @@ import { grammars } from 'tm-grammars'
|
|
|
53
53
|
| `codeql` | `ql` | [github/vscode-codeql](https://github.com/github/vscode-codeql/blob/a6266bbcc88702619ceb580253a65e8f83333c1b/syntaxes/ql.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md) | | | 25.80 kB |
|
|
54
54
|
| `coffee` | `coffeescript` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ff58f5083f57b50e6a100ab60454dfb72fe21e80/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `javascript` | 25.92 kB |
|
|
55
55
|
| `common-lisp` | `lisp` | [qingpeng9802/vscode-common-lisp](https://github.com/qingpeng9802/vscode-common-lisp/blob/79d04dc9ca80d98e65c4f28b3d67a24a7829b18f/syntaxes/commonlisp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/qingpeng9802/vscode-common-lisp/master/LICENSE) | | | 21.99 kB |
|
|
56
|
-
| `coq` | | [coq-community/vscoq](https://github.com/coq-community/vscoq/blob/
|
|
56
|
+
| `coq` | | [coq-community/vscoq](https://github.com/coq-community/vscoq/blob/da2bc41a3e5473581e9e1c3481e1b68c6b683f57/client/syntax/coq.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/rocq-prover/vscoq/main/LICENSE) | | | 4.90 kB |
|
|
57
57
|
| `cpp` | `c++` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `cpp-macro` `regexp` `glsl` `sql` | 376.38 kB |
|
|
58
58
|
| `crystal` | | [crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/c920b0931ec5f05b78447dbff31b172c64f1d734/syntaxes/crystal.json) | [MIT](https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE) | | `html` `sql` `css` `c` `javascript` `shellscript` | 27.43 kB |
|
|
59
59
|
| `csharp` | `c#` `cs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/a26707320440021f45b508767c94c2634eb6e897/extensions/csharp/syntaxes/csharp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 80.46 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/grammars/bicep.json
CHANGED
package/grammars/coq.json
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"match": "\\b(Ltac)\\s+(([\\p{L}_ ])([\\p{L}0-9_ '])*)"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
"match": "\\b(Hint(\\s+Mode)?|Create\\s+HintDb|Constructors|Resolve|Rewrite|Ltac|Implicit(\\s+Types)?|Set|Unset|Remove\\s+Printing|Arguments|((Tactic|Reserved)\\s+)?Notation|Infix|Section|Module(\\s+Type)?|End|Check|Print(\\s+All)?|Eval|Compute|Search|Universe|Coercions|Generalizable(\\s+(All|Variable))?|Existing(\\s+(Class|Instance))?|Canonical|About|Locate|Collection|Typeclasses\\s+(Opaque|Transparent))\\b",
|
|
101
|
+
"match": "\\b(Hint(\\s+Mode)?|Create\\s+HintDb|Constructors|Resolve|Rewrite|Ltac|Ltac2|Implicit(\\s+Types)?|Set|Unset|Remove\\s+Printing|Arguments|((Tactic|Reserved)\\s+)?Notation|Infix|Section|Module(\\s+Type)?|End|Check|Print(\\s+All)?|Eval|Compute|Search|Universe|Coercions|Generalizable(\\s+(All|Variable))?|Existing(\\s+(Class|Instance))?|Canonical|About|Locate|Collection|Typeclasses\\s+(Opaque|Transparent))\\b",
|
|
102
102
|
"name": "keyword.source.coq"
|
|
103
103
|
},
|
|
104
104
|
{
|
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,
|
|
@@ -395,18 +395,18 @@ export const grammars = [
|
|
|
395
395
|
source: 'https://github.com/microsoft/vscode/blob/9a2c94d213696a4453b6d9988b003d98e7646e75/extensions/latex/syntaxes/Bibtex.tmLanguage.json',
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
byteSize:
|
|
398
|
+
byteSize: 3982,
|
|
399
399
|
displayName: 'Bicep',
|
|
400
400
|
funding: [
|
|
401
401
|
],
|
|
402
|
-
hash: '
|
|
403
|
-
lastUpdate: '
|
|
402
|
+
hash: 's08ulLSLCbTEIf04bcZKEKLOh_wf4P-O9IctLXBIgUk',
|
|
403
|
+
lastUpdate: '2025-04-07T23:18:55Z',
|
|
404
404
|
license: 'MIT',
|
|
405
405
|
licenseUrl: 'https://raw.githubusercontent.com/Azure/bicep/main/LICENSE',
|
|
406
406
|
name: 'bicep',
|
|
407
407
|
scopeName: 'source.bicep',
|
|
408
|
-
sha: '
|
|
409
|
-
source: 'https://github.com/Azure/bicep/blob/
|
|
408
|
+
sha: '8fa65e7d52ef16bedfb8f77a4b16b28d90bcb64e',
|
|
409
|
+
source: 'https://github.com/Azure/bicep/blob/8fa65e7d52ef16bedfb8f77a4b16b28d90bcb64e/src/textmate/bicep.tmlanguage',
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
byteSize: 101380,
|
|
@@ -664,21 +664,21 @@ export const grammars = [
|
|
|
664
664
|
source: 'https://github.com/qingpeng9802/vscode-common-lisp/blob/79d04dc9ca80d98e65c4f28b3d67a24a7829b18f/syntaxes/commonlisp.tmLanguage.json',
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
|
-
byteSize:
|
|
667
|
+
byteSize: 5014,
|
|
668
668
|
categories: [
|
|
669
669
|
'general',
|
|
670
670
|
],
|
|
671
671
|
displayName: 'Coq',
|
|
672
672
|
funding: [
|
|
673
673
|
],
|
|
674
|
-
hash: '
|
|
675
|
-
lastUpdate: '2025-
|
|
674
|
+
hash: 'F_YU2xR6ZWRRNUQt-n5rI5D-6eI4pK1YQJ8d3scSYwU',
|
|
675
|
+
lastUpdate: '2025-04-05T23:01:01Z',
|
|
676
676
|
license: 'MIT',
|
|
677
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
677
|
+
licenseUrl: 'https://raw.githubusercontent.com/rocq-prover/vscoq/main/LICENSE',
|
|
678
678
|
name: 'coq',
|
|
679
679
|
scopeName: 'source.coq',
|
|
680
|
-
sha: '
|
|
681
|
-
source: 'https://github.com/coq-community/vscoq/blob/
|
|
680
|
+
sha: 'da2bc41a3e5473581e9e1c3481e1b68c6b683f57',
|
|
681
|
+
source: 'https://github.com/coq-community/vscoq/blob/da2bc41a3e5473581e9e1c3481e1b68c6b683f57/client/syntax/coq.tmLanguage.json',
|
|
682
682
|
},
|
|
683
683
|
{
|
|
684
684
|
aliases: [
|