tm-grammars 1.31.4 → 1.31.6
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/bird2.json +151 -1
- package/grammars/emacs-lisp.json +3 -1
- package/grammars/kusto.json +1 -1
- package/index.js +17 -17
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -2987,7 +2987,7 @@ Files: emacs-lisp.json
|
|
|
2987
2987
|
License: https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md
|
|
2988
2988
|
SPDX: ISC
|
|
2989
2989
|
---------------------------------------------------------------------------------------------------------
|
|
2990
|
-
Copyright (c) 2016-
|
|
2990
|
+
Copyright (c) 2016-2026, John Gardner
|
|
2991
2991
|
|
|
2992
2992
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
2993
2993
|
purpose with or without fee is hereby granted, provided that the above
|
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ import { grammars } from 'tm-grammars'
|
|
|
40
40
|
| `berry` | `be` | [berry-lang/berry](https://github.com/berry-lang/berry/blob/74611286b8d2d2c2ee16ea187029f2a9c4257f5f/tools/plugins/vscode/skiars.berry-1.2.0/syntaxes/berry.json) | [MIT](https://raw.githubusercontent.com/berry-lang/berry/master/LICENSE) | | | 2.63 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.51 kB |
|
|
42
42
|
| `bicep` | | [Azure/bicep](https://github.com/Azure/bicep/blob/6252abb94141fc6e774a53652404be30f1cb9000/src/textmate/bicep.tmlanguage) | [MIT](https://raw.githubusercontent.com/Azure/bicep/main/LICENSE) | | | 4.92 kB |
|
|
43
|
-
| `bird2` | `bird` | [bird-chinese-community/BIRD-tm-language-grammar](https://github.com/bird-chinese-community/BIRD-tm-language-grammar/blob/
|
|
43
|
+
| `bird2` | `bird` | [bird-chinese-community/BIRD-tm-language-grammar](https://github.com/bird-chinese-community/BIRD-tm-language-grammar/blob/1aa378ed0add766bee2271acece94d5068cf3de9/grammars/bird2.tmLanguage.json) | [MPL-2.0](https://raw.githubusercontent.com/bird-chinese-community/BIRD-tm-language-grammar/main/LICENSE) | | | 21.65 kB |
|
|
44
44
|
| `blade` | | [laravel/vs-code-extension](https://github.com/laravel/vs-code-extension/blob/80726f64975dc935d6b925d8230cdc1ea075802a/syntaxes/blade.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/laravel/vs-code-extension/main/LICENSE.md) | | `html-derivative` `html` `xml` `sql` `javascript` `json` `css` | 100.00 kB |
|
|
45
45
|
| `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/refs/heads/master/LICENSE.md) | | `sdbl` | 32.60 kB |
|
|
46
46
|
| `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) | | | 67.93 kB |
|
|
@@ -74,7 +74,7 @@ import { grammars } from 'tm-grammars'
|
|
|
74
74
|
| `edge` | | [edge-js/edge-vscode](https://github.com/edge-js/edge-vscode/blob/04352c41981ca664598674556afa63bd393a10f3/syntaxes/edge.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/edge-js/edge-vscode/main/LICENSE.md) | | `typescript` `html` `html-derivative` | 1.97 kB |
|
|
75
75
|
| `elixir` | | [elixir-editors/elixir-tmbundle](https://github.com/elixir-editors/elixir-tmbundle/blob/43c8cd957d5ac6e1abbd8730fc7a08c81a6e76c9/Syntaxes/Elixir.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/elixir-editors/elixir-tmbundle/master/LICENSE) | | `html` | 15.19 kB |
|
|
76
76
|
| `elm` | | [elm-tooling/elm-language-client-vscode](https://github.com/elm-tooling/elm-language-client-vscode/blob/c70351314682c2e0fae8a402ebb301da79821c37/syntaxes/elm-syntax.json) | [MIT](https://raw.githubusercontent.com/elm-tooling/elm-language-client-vscode/main/LICENSE) | [GitHub Sponsors: **@razzeee**](https://github.com/sponsors/razzeee) [GitHub Sponsors: **@jmbockhorst**](https://github.com/sponsors/jmbockhorst) [Open Collective: **elm-tooling**](https://opencollective.com/elm-tooling) | `glsl` | 10.27 kB |
|
|
77
|
-
| `emacs-lisp` | `elisp` | [Alhadis/language-emacs-lisp](https://github.com/Alhadis/language-emacs-lisp/blob/
|
|
77
|
+
| `emacs-lisp` | `elisp` | [Alhadis/language-emacs-lisp](https://github.com/Alhadis/language-emacs-lisp/blob/890a50f6a77504c65549a35b9bc7a9525ff43710/grammars/emacs-lisp.cson) | [ISC](https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md) | | | 760.43 kB |
|
|
78
78
|
| `erb` | | [textmate/ruby.tmbundle](https://github.com/textmate/ruby.tmbundle/blob/ecf0f1df23984bcff9b51552e35d9696cb0d9539/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage) | | | `html` `ruby` | 1.90 kB |
|
|
79
79
|
| `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/fe898becd3004bcb4947ab50d6b6b830fbfb9228/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | `markdown` | 35.64 kB |
|
|
80
80
|
| `fennel` | | [kongeor/vsc-fennel](https://github.com/kongeor/vsc-fennel/blob/664148923d7bd72531120d0cba712c6dba6f698d/syntaxes/fennel.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/kongeor/vsc-fennel/master/LICENSE) | | | 4.53 kB |
|
|
@@ -130,7 +130,7 @@ import { grammars } from 'tm-grammars'
|
|
|
130
130
|
| `just` | | [nefrob/vscode-just](https://github.com/nefrob/vscode-just/blob/c0a00dba51884e5887783c48dddf585dead998c6/syntaxes/just.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nefrob/vscode-just/main/LICENSE) | | `shellscript` `javascript` `typescript` `perl` `python` `ruby` | 9.90 kB |
|
|
131
131
|
| `kdl` | | [kdl-org/vscode-kdl](https://github.com/kdl-org/vscode-kdl/blob/b986286d526d3dba7f5121956a52ce300c3418f0/syntaxes/kdl.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/kdl-org/vscode-kdl/main/LICENSE) | [GitHub Sponsors: **@zkat**](https://github.com/sponsors/zkat) | | 3.34 kB |
|
|
132
132
|
| `kotlin` | `kt` `kts` | [fwcd/vscode-kotlin](https://github.com/fwcd/vscode-kotlin/blob/626e20d5c51a4379c4c0ee293aa89e58b5232aec/syntaxes/kotlin.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fwcd/vscode-kotlin/main/LICENSE) | | | 8.19 kB |
|
|
133
|
-
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/
|
|
133
|
+
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/2a5d25aa9e1680b90e77b2477d710d11af8fcd88/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | | 14.28 kB |
|
|
134
134
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/609f17a76734f092792a33c891af40bbcaea0c64/extensions/latex/syntaxes/LaTeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `tex` `shellscript` `css` `gnuplot` `haskell` `html` `java` `julia` `javascript` `lua` `python` `ruby` `rust` `typescript` `xml` `yaml` `scala` | 67.99 kB |
|
|
135
135
|
| `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 |
|
|
136
136
|
| `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 |
|
package/grammars/bird2.json
CHANGED
|
@@ -623,6 +623,45 @@
|
|
|
623
623
|
},
|
|
624
624
|
"neighbor-statements": {
|
|
625
625
|
"patterns": [
|
|
626
|
+
{
|
|
627
|
+
"captures": {
|
|
628
|
+
"1": {
|
|
629
|
+
"name": "keyword.control.local.bird"
|
|
630
|
+
},
|
|
631
|
+
"2": {
|
|
632
|
+
"name": "entity.name.symbol.local-address.bird"
|
|
633
|
+
},
|
|
634
|
+
"3": {
|
|
635
|
+
"name": "keyword.control.port.bird"
|
|
636
|
+
},
|
|
637
|
+
"4": {
|
|
638
|
+
"name": "constant.numeric.port.bird"
|
|
639
|
+
},
|
|
640
|
+
"5": {
|
|
641
|
+
"name": "keyword.control.as.bird"
|
|
642
|
+
},
|
|
643
|
+
"6": {
|
|
644
|
+
"name": "constant.numeric.asn.bird"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"match": "\\b(local)\\s+([.:\\h]+|[A-Z_a-z][0-9A-Z_a-z]*|'[-.0-:A-Z_a-z]+')(?:\\s+(port)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*))?\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
648
|
+
"name": "meta.local-as-statement.bird"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"captures": {
|
|
652
|
+
"1": {
|
|
653
|
+
"name": "keyword.control.local.bird"
|
|
654
|
+
},
|
|
655
|
+
"2": {
|
|
656
|
+
"name": "keyword.control.as.bird"
|
|
657
|
+
},
|
|
658
|
+
"3": {
|
|
659
|
+
"name": "constant.numeric.asn.bird"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
"match": "\\b(local)\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
663
|
+
"name": "meta.local-as-template-statement.bird"
|
|
664
|
+
},
|
|
626
665
|
{
|
|
627
666
|
"captures": {
|
|
628
667
|
"1": {
|
|
@@ -638,15 +677,126 @@
|
|
|
638
677
|
"name": "string.quoted.single.interface.bird"
|
|
639
678
|
},
|
|
640
679
|
"5": {
|
|
680
|
+
"name": "variable.other.interface.bird"
|
|
681
|
+
},
|
|
682
|
+
"6": {
|
|
641
683
|
"name": "keyword.control.as.bird"
|
|
642
684
|
},
|
|
685
|
+
"7": {
|
|
686
|
+
"name": "constant.numeric.asn.bird"
|
|
687
|
+
},
|
|
688
|
+
"8": {
|
|
689
|
+
"name": "keyword.control.port.bird"
|
|
690
|
+
},
|
|
691
|
+
"9": {
|
|
692
|
+
"name": "constant.numeric.port.bird"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"match": "\\b(neighbor)\\s+([.:\\h]+)\\s*(%\\s*(?:'([-.0-:A-Z_a-z]+)'|([-.0-:A-Z_a-z]+)))?(?:\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*))?\\s+(port)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
696
|
+
"name": "meta.neighbor-port-statement.bird"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"captures": {
|
|
700
|
+
"1": {
|
|
701
|
+
"name": "keyword.control.neighbor.bird"
|
|
702
|
+
},
|
|
703
|
+
"2": {
|
|
704
|
+
"name": "entity.name.symbol.neighbor-address.bird"
|
|
705
|
+
},
|
|
706
|
+
"3": {
|
|
707
|
+
"name": "meta.interface-reference.bird"
|
|
708
|
+
},
|
|
709
|
+
"4": {
|
|
710
|
+
"name": "string.quoted.single.interface.bird"
|
|
711
|
+
},
|
|
712
|
+
"5": {
|
|
713
|
+
"name": "variable.other.interface.bird"
|
|
714
|
+
},
|
|
643
715
|
"6": {
|
|
716
|
+
"name": "keyword.control.as.bird"
|
|
717
|
+
},
|
|
718
|
+
"7": {
|
|
644
719
|
"name": "constant.numeric.asn.bird"
|
|
720
|
+
},
|
|
721
|
+
"8": {
|
|
722
|
+
"name": "keyword.control.port.bird"
|
|
723
|
+
},
|
|
724
|
+
"9": {
|
|
725
|
+
"name": "constant.numeric.port.bird"
|
|
645
726
|
}
|
|
646
727
|
},
|
|
647
|
-
"match": "\\b(neighbor)\\s+([
|
|
728
|
+
"match": "\\b(neighbor)\\s+('[-.0-:A-Z_a-z]+'|(?!(?:as|range)\\b)[A-Z_a-z][0-9A-Z_a-z]*)\\s*(%\\s*(?:'([-.0-:A-Z_a-z]+)'|([-.0-:A-Z_a-z]+)))?(?:\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*))?\\s+(port)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
729
|
+
"name": "meta.neighbor-port-symbolic-statement.bird"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"captures": {
|
|
733
|
+
"1": {
|
|
734
|
+
"name": "keyword.control.neighbor.bird"
|
|
735
|
+
},
|
|
736
|
+
"2": {
|
|
737
|
+
"name": "constant.numeric.ip-address.bird"
|
|
738
|
+
},
|
|
739
|
+
"3": {
|
|
740
|
+
"name": "meta.interface-reference.bird"
|
|
741
|
+
},
|
|
742
|
+
"4": {
|
|
743
|
+
"name": "string.quoted.single.interface.bird"
|
|
744
|
+
},
|
|
745
|
+
"5": {
|
|
746
|
+
"name": "variable.other.interface.bird"
|
|
747
|
+
},
|
|
748
|
+
"6": {
|
|
749
|
+
"name": "keyword.control.as.bird"
|
|
750
|
+
},
|
|
751
|
+
"7": {
|
|
752
|
+
"name": "constant.numeric.asn.bird"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"match": "\\b(neighbor)\\s+([.:\\h]+)\\s*(%\\s*(?:'([-.0-:A-Z_a-z]+)'|([-.0-:A-Z_a-z]+)))?\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
648
756
|
"name": "meta.neighbor-statement.bird"
|
|
649
757
|
},
|
|
758
|
+
{
|
|
759
|
+
"captures": {
|
|
760
|
+
"1": {
|
|
761
|
+
"name": "keyword.control.neighbor.bird"
|
|
762
|
+
},
|
|
763
|
+
"2": {
|
|
764
|
+
"name": "entity.name.symbol.neighbor-address.bird"
|
|
765
|
+
},
|
|
766
|
+
"3": {
|
|
767
|
+
"name": "meta.interface-reference.bird"
|
|
768
|
+
},
|
|
769
|
+
"4": {
|
|
770
|
+
"name": "string.quoted.single.interface.bird"
|
|
771
|
+
},
|
|
772
|
+
"5": {
|
|
773
|
+
"name": "variable.other.interface.bird"
|
|
774
|
+
},
|
|
775
|
+
"6": {
|
|
776
|
+
"name": "keyword.control.as.bird"
|
|
777
|
+
},
|
|
778
|
+
"7": {
|
|
779
|
+
"name": "constant.numeric.asn.bird"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"match": "\\b(neighbor)\\s+('[-.0-:A-Z_a-z]+'|(?!(?:as|range)\\b)[A-Z_a-z][0-9A-Z_a-z]*)\\s*(%\\s*(?:'([-.0-:A-Z_a-z]+)'|([-.0-:A-Z_a-z]+)))?\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
783
|
+
"name": "meta.neighbor-symbolic-statement.bird"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"captures": {
|
|
787
|
+
"1": {
|
|
788
|
+
"name": "keyword.control.neighbor.bird"
|
|
789
|
+
},
|
|
790
|
+
"2": {
|
|
791
|
+
"name": "keyword.control.as.bird"
|
|
792
|
+
},
|
|
793
|
+
"3": {
|
|
794
|
+
"name": "constant.numeric.asn.bird"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"match": "\\b(neighbor)\\s+(as)\\s+([0-9]+|[A-Z_a-z][0-9A-Z_a-z]*)\\b",
|
|
798
|
+
"name": "meta.neighbor-template-statement.bird"
|
|
799
|
+
},
|
|
650
800
|
{
|
|
651
801
|
"captures": {
|
|
652
802
|
"1": {
|
package/grammars/emacs-lisp.json
CHANGED
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
"abbrev_defs",
|
|
12
12
|
"Project.ede",
|
|
13
13
|
"Cask",
|
|
14
|
+
"Eask",
|
|
15
|
+
"Easkfile",
|
|
14
16
|
"gnus",
|
|
15
17
|
"viper"
|
|
16
18
|
],
|
|
17
|
-
"firstLineMatch": "^#!.*(?:[/\\s]|(?<=!)\\b)emacs(?:$|\\s)|(?:-\\*-(?i:[\\t ]*(?=[^:;\\s]+[\\t ]*-\\*-)|(?:.*?[\\t ;]|(?<=-\\*-))[\\t ]*mode[\\t ]*:[\\t ]*)(?i:emacs-lisp)(?=[\\t ;]|(?<![-*])-\\*-).*?-\\*-|(?:(?:^|[\\t ])(?:vi|Vi(?=m))(?:m(?:[<=>]?[0-9]+|))?|[\\t ]ex)(?=:(?:(?=[\\t ]*set?[\\t ][^\\n\\r:]+:)|(?![\\t ]*set?[\\t ])))(?:(?:[\\t ]*:[\\t ]*|[\\t ])\\w*(?:[\\t ]*=(?:[^\\\\\\s]|\\\\.)*)?)*[\\t :](?:filetype|ft|syntax)[\\t ]*=(?i:e(?:macs-|)lisp)(?=$|[:\\s]))",
|
|
19
|
+
"firstLineMatch": "^#!.*(?:[/\\s]|(?<=!)\\b)emacs(?:$|\\s)|(?:-\\*-(?i:[\\t ]*(?=[^:;\\s]+[\\t ]*-\\*-)|(?:.*?[\\t ;]|(?<=-\\*-))[\\t ]*mode[\\t ]*:[\\t ]*)(?i:emacs-lisp|[ce]ask)(?=[\\t ;]|(?<![-*])-\\*-).*?-\\*-|(?:(?:^|[\\t ])(?:vi|Vi(?=m))(?:m(?:[<=>]?[0-9]+|))?|[\\t ]ex)(?=:(?:(?=[\\t ]*set?[\\t ][^\\n\\r:]+:)|(?![\\t ]*set?[\\t ])))(?:(?:[\\t ]*:[\\t ]*|[\\t ])\\w*(?:[\\t ]*=(?:[^\\\\\\s]|\\\\.)*)?)*[\\t :](?:filetype|ft|syntax)[\\t ]*=(?i:e(?:macs-|)lisp)(?=$|[:\\s]))",
|
|
18
20
|
"name": "emacs-lisp",
|
|
19
21
|
"patterns": [
|
|
20
22
|
{
|
package/grammars/kusto.json
CHANGED
package/index.js
CHANGED
|
@@ -450,22 +450,22 @@ export const grammars = [
|
|
|
450
450
|
aliases: [
|
|
451
451
|
'bird',
|
|
452
452
|
],
|
|
453
|
-
byteSize:
|
|
453
|
+
byteSize: 22168,
|
|
454
454
|
categories: [
|
|
455
455
|
'config',
|
|
456
456
|
],
|
|
457
457
|
displayName: 'BIRD2 Configuration',
|
|
458
458
|
funding: [
|
|
459
459
|
],
|
|
460
|
-
hash: '
|
|
461
|
-
lastUpdate: '2026-
|
|
460
|
+
hash: 'XhHFQH5CdTRnA0c8OmJl30YHnPSvufToX47E6q5zxxo',
|
|
461
|
+
lastUpdate: '2026-03-06T15:06:29Z',
|
|
462
462
|
license: 'MPL-2.0',
|
|
463
463
|
licenseUrl: 'https://raw.githubusercontent.com/bird-chinese-community/BIRD-tm-language-grammar/main/LICENSE',
|
|
464
464
|
name: 'bird2',
|
|
465
465
|
scopeName: 'source.bird2',
|
|
466
|
-
sha: '
|
|
467
|
-
source: 'https://github.com/bird-chinese-community/BIRD-tm-language-grammar/blob/
|
|
468
|
-
sourceApi: 'https://api.github.com/repos/bird-chinese-community/BIRD-tm-language-grammar/contents/grammars/bird2.tmLanguage.json?ref=
|
|
466
|
+
sha: '1aa378ed0add766bee2271acece94d5068cf3de9',
|
|
467
|
+
source: 'https://github.com/bird-chinese-community/BIRD-tm-language-grammar/blob/1aa378ed0add766bee2271acece94d5068cf3de9/grammars/bird2.tmLanguage.json',
|
|
468
|
+
sourceApi: 'https://api.github.com/repos/bird-chinese-community/BIRD-tm-language-grammar/contents/grammars/bird2.tmLanguage.json?ref=1aa378ed0add766bee2271acece94d5068cf3de9',
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
byteSize: 102405,
|
|
@@ -1132,22 +1132,22 @@ export const grammars = [
|
|
|
1132
1132
|
aliases: [
|
|
1133
1133
|
'elisp',
|
|
1134
1134
|
],
|
|
1135
|
-
byteSize:
|
|
1135
|
+
byteSize: 778680,
|
|
1136
1136
|
categories: [
|
|
1137
1137
|
'lisp',
|
|
1138
1138
|
],
|
|
1139
1139
|
displayName: 'Emacs Lisp',
|
|
1140
1140
|
funding: [
|
|
1141
1141
|
],
|
|
1142
|
-
hash: '
|
|
1143
|
-
lastUpdate: '
|
|
1142
|
+
hash: 'a7i7VtNcfpgrbtBo4bRZ_HJ09FCPs3G-5jW3JzH2reU',
|
|
1143
|
+
lastUpdate: '2026-03-06T05:40:52Z',
|
|
1144
1144
|
license: 'ISC',
|
|
1145
1145
|
licenseUrl: 'https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md',
|
|
1146
1146
|
name: 'emacs-lisp',
|
|
1147
1147
|
scopeName: 'source.emacs.lisp',
|
|
1148
|
-
sha: '
|
|
1149
|
-
source: 'https://github.com/Alhadis/language-emacs-lisp/blob/
|
|
1150
|
-
sourceApi: 'https://api.github.com/repos/Alhadis/language-emacs-lisp/contents/grammars/emacs-lisp.cson?ref=
|
|
1148
|
+
sha: '890a50f6a77504c65549a35b9bc7a9525ff43710',
|
|
1149
|
+
source: 'https://github.com/Alhadis/language-emacs-lisp/blob/890a50f6a77504c65549a35b9bc7a9525ff43710/grammars/emacs-lisp.cson',
|
|
1150
|
+
sourceApi: 'https://api.github.com/repos/Alhadis/language-emacs-lisp/contents/grammars/emacs-lisp.cson?ref=890a50f6a77504c65549a35b9bc7a9525ff43710',
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
1153
|
byteSize: 1942,
|
|
@@ -2291,13 +2291,13 @@ export const grammars = [
|
|
|
2291
2291
|
displayName: 'Kusto',
|
|
2292
2292
|
funding: [
|
|
2293
2293
|
],
|
|
2294
|
-
hash: '
|
|
2295
|
-
lastUpdate: '
|
|
2294
|
+
hash: 'KHNrUU6sUN7pAZ39Ea8H8bltx8FBoZ2yMWzEYPZhlFU',
|
|
2295
|
+
lastUpdate: '2026-03-04T08:08:03Z',
|
|
2296
2296
|
name: 'kusto',
|
|
2297
2297
|
scopeName: 'source.kusto',
|
|
2298
|
-
sha: '
|
|
2299
|
-
source: 'https://github.com/rosshamish/kuskus/blob/
|
|
2300
|
-
sourceApi: 'https://api.github.com/repos/rosshamish/kuskus/contents/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json?ref=
|
|
2298
|
+
sha: '2a5d25aa9e1680b90e77b2477d710d11af8fcd88',
|
|
2299
|
+
source: 'https://github.com/rosshamish/kuskus/blob/2a5d25aa9e1680b90e77b2477d710d11af8fcd88/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
2300
|
+
sourceApi: 'https://api.github.com/repos/rosshamish/kuskus/contents/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json?ref=2a5d25aa9e1680b90e77b2477d710d11af8fcd88',
|
|
2301
2301
|
},
|
|
2302
2302
|
{
|
|
2303
2303
|
byteSize: 69620,
|