tm-grammars 1.23.9 → 1.23.11
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 +5 -5
- package/grammars/bicep.json +2 -1
- package/grammars/coq.json +1 -1
- package/grammars/templ.json +3 -3
- package/index.js +24 -24
- 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
|
@@ -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 |
|
|
@@ -128,7 +128,7 @@ import { grammars } from 'tm-grammars'
|
|
|
128
128
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/9a2c94d213696a4453b6d9988b003d98e7646e75/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` | 54.64 kB |
|
|
129
129
|
| `lean` | `lean4` | [leanprover/vscode-lean4](https://github.com/leanprover/vscode-lean4/blob/2255bc20c9d28d868d04fb91428652a95cc87a92/vscode-lean4/syntaxes/lean4.json) | [Apache-2.0](https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE) | | | 3.77 kB |
|
|
130
130
|
| `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.64 kB |
|
|
131
|
-
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/
|
|
131
|
+
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/38264742ed4f048e4f4e910067c9503b9506eb62/grammars/liquid.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md) | | `html` `css` `json` `javascript` | 16.64 kB |
|
|
132
132
|
| `llvm` | | [llvm/llvm-project](https://github.com/llvm/llvm-project/blob/2705c605da2854a6b044fdf5978dea0472fd0ab1/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml) | [NOASSERTION](https://raw.githubusercontent.com/llvm/llvm-project/main/LICENSE.TXT) | | | 5.35 kB |
|
|
133
133
|
| `log` | | [emilast/vscode-logfile-highlighter](https://github.com/emilast/vscode-logfile-highlighter/blob/fc571bd87b33bb69d3bdc0052f94face723ee4f7/syntaxes/log.tmLanguage) | [MIT](https://raw.githubusercontent.com/emilast/vscode-logfile-highlighter/master/LICENSE) | | | 2.51 kB |
|
|
134
134
|
| `logo` | | [textmate/logo.tmbundle](https://github.com/textmate/logo.tmbundle/blob/3205e987ed2a2aa11accdd55a7d094832441f89c/Syntaxes/Logo.tmLanguage) | | | | 3.02 kB |
|
|
@@ -173,7 +173,7 @@ import { grammars } from 'tm-grammars'
|
|
|
173
173
|
| `qmldir` | | [seanwu1105/vscode-qt-for-python](https://github.com/seanwu1105/vscode-qt-for-python/blob/b301e7b18493ba59c4f52e49c3f73b6cd23d4c4b/syntaxes/qmldir.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE) | | | 902.00 B |
|
|
174
174
|
| `qss` | | [seanwu1105/vscode-qt-for-python](https://github.com/seanwu1105/vscode-qt-for-python/blob/f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d/syntaxes/qss.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE) | | | 7.39 kB |
|
|
175
175
|
| `r` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e67b1982e1ab318288b8196ad503273dcb168049/extensions/r/syntaxes/r.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 33.65 kB |
|
|
176
|
-
| `racket` | | [Eugleo/magic-racket](https://github.com/Eugleo/magic-racket/blob/
|
|
176
|
+
| `racket` | | [Eugleo/magic-racket](https://github.com/Eugleo/magic-racket/blob/1b850db7f6e7c3ba8a1b47fe2781800a21f669a8/syntaxes/racket.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/Eugleo/magic-racket/master/LICENSE) | [GitHub Sponsors: **@eugleo**](https://github.com/sponsors/eugleo) | | 89.40 kB |
|
|
177
177
|
| `raku` | `perl6` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/perl/syntaxes/perl6.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 9.97 kB |
|
|
178
178
|
| `razor` | | [dotnet/razor](https://github.com/dotnet/razor/blob/9b1e979b6c3fe7cfbe30f595b9b0994d20bd482c/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/dotnet/razor/main/LICENSE.txt) | | `html` `csharp` | 24.31 kB |
|
|
179
179
|
| `reg` | | [mihai-vlc/reg-vscode](https://github.com/mihai-vlc/reg-vscode/blob/896096fc6756329d82c71a913663a1c0ac678f74/syntaxes/reg.tmLanguage) | [MIT](https://raw.githubusercontent.com/mihai-vlc/reg-vscode/master/LICENSE) | | | 2.19 kB |
|
|
@@ -208,7 +208,7 @@ import { grammars } from 'tm-grammars'
|
|
|
208
208
|
| `talonscript` | `talon` | [mrob95/vscode-TalonScript](https://github.com/mrob95/vscode-TalonScript/blob/2ac0a7b9e7dd2ea59d5a1d79934c1f407493a0fa/syntaxes/talon.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mrob95/vscode-TalonScript/master/LICENSE) | | | 6.20 kB |
|
|
209
209
|
| `tasl` | | [underlay/vscode-tasl](https://github.com/underlay/vscode-tasl/blob/dde4b7c0b762c2e667584095362dd49ebfacece7/syntaxes/tasl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/underlay/vscode-tasl/main/LICENSE) | | | 3.17 kB |
|
|
210
210
|
| `tcl` | | [sleutho/tcl](https://github.com/sleutho/tcl/blob/f18820ad14678bc033f0a35524820c90fe50f18b/syntaxes/tcl.tmLanguage) | | | | 4.13 kB |
|
|
211
|
-
| `templ` | | [templ-go/templ-vscode](https://github.com/templ-go/templ-vscode/blob/
|
|
211
|
+
| `templ` | | [templ-go/templ-vscode](https://github.com/templ-go/templ-vscode/blob/257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f/syntaxes/templ.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/templ-go/templ-vscode/main/LICENSE) | | `go` `javascript` `css` | 23.01 kB |
|
|
212
212
|
| `terraform` | `tf` `tfvars` | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/cc2b4d4fe389f14b8a13937f4e0d7b2811b57588/syntaxes/terraform.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | | | 10.81 kB |
|
|
213
213
|
| `tex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/9a2c94d213696a4453b6d9988b003d98e7646e75/extensions/latex/syntaxes/TeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `r` | 9.04 kB |
|
|
214
214
|
| `toml` | | [textmate/toml.tmbundle](https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage) | | | | 5.99 kB |
|
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/grammars/templ.json
CHANGED
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"begin": "(?<=\\))
|
|
143
|
+
"begin": "(?<=\\))\\s*(\\{)$",
|
|
144
144
|
"beginCaptures": {
|
|
145
145
|
"1": {
|
|
146
146
|
"name": "punctuation.definition.begin.bracket.curly.go"
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
]
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
|
-
"begin": "(?<=\\))
|
|
452
|
+
"begin": "(?<=\\))\\s*(\\{)$",
|
|
453
453
|
"beginCaptures": {
|
|
454
454
|
"1": {
|
|
455
455
|
"name": "punctuation.definition.begin.bracket.curly.go"
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
]
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
|
-
"begin": "(?<=\\))
|
|
714
|
+
"begin": "(?<=\\))\\s*(\\{)$",
|
|
715
715
|
"beginCaptures": {
|
|
716
716
|
"1": {
|
|
717
717
|
"name": "punctuation.definition.begin.bracket.curly.go"
|
package/index.js
CHANGED
|
@@ -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: [
|
|
@@ -2123,14 +2123,14 @@ export const grammars = [
|
|
|
2123
2123
|
],
|
|
2124
2124
|
funding: [
|
|
2125
2125
|
],
|
|
2126
|
-
hash: '
|
|
2127
|
-
lastUpdate: '2025-
|
|
2126
|
+
hash: 'S1NVkJ7UFCKJOJOCG9GPDd8-GXqt9lr57LA_yVZm8-c',
|
|
2127
|
+
lastUpdate: '2025-04-10T16:13:50Z',
|
|
2128
2128
|
license: 'MIT',
|
|
2129
2129
|
licenseUrl: 'https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md',
|
|
2130
2130
|
name: 'liquid',
|
|
2131
2131
|
scopeName: 'text.html.liquid',
|
|
2132
|
-
sha: '
|
|
2133
|
-
source: 'https://github.com/Shopify/liquid-tm-grammar/blob/
|
|
2132
|
+
sha: '38264742ed4f048e4f4e910067c9503b9506eb62',
|
|
2133
|
+
source: 'https://github.com/Shopify/liquid-tm-grammar/blob/38264742ed4f048e4f4e910067c9503b9506eb62/grammars/liquid.tmLanguage.json',
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
2136
2136
|
byteSize: 5475,
|
|
@@ -3056,14 +3056,14 @@ export const grammars = [
|
|
|
3056
3056
|
url: 'https://github.com/sponsors/eugleo',
|
|
3057
3057
|
},
|
|
3058
3058
|
],
|
|
3059
|
-
hash: '
|
|
3060
|
-
lastUpdate: '
|
|
3059
|
+
hash: 'p_5dFXjTI0y4d2TBVA-RH2dysDpT5OkhF2K9pelO2_A',
|
|
3060
|
+
lastUpdate: '2025-04-10T11:19:24Z',
|
|
3061
3061
|
license: 'GPL-3.0',
|
|
3062
3062
|
licenseUrl: 'https://raw.githubusercontent.com/Eugleo/magic-racket/master/LICENSE',
|
|
3063
3063
|
name: 'racket',
|
|
3064
3064
|
scopeName: 'source.racket',
|
|
3065
|
-
sha: '
|
|
3066
|
-
source: 'https://github.com/Eugleo/magic-racket/blob/
|
|
3065
|
+
sha: '1b850db7f6e7c3ba8a1b47fe2781800a21f669a8',
|
|
3066
|
+
source: 'https://github.com/Eugleo/magic-racket/blob/1b850db7f6e7c3ba8a1b47fe2781800a21f669a8/syntaxes/racket.tmLanguage.json',
|
|
3067
3067
|
},
|
|
3068
3068
|
{
|
|
3069
3069
|
aliases: [
|
|
@@ -3716,7 +3716,7 @@ export const grammars = [
|
|
|
3716
3716
|
source: 'https://github.com/sleutho/tcl/blob/f18820ad14678bc033f0a35524820c90fe50f18b/syntaxes/tcl.tmLanguage',
|
|
3717
3717
|
},
|
|
3718
3718
|
{
|
|
3719
|
-
byteSize:
|
|
3719
|
+
byteSize: 23564,
|
|
3720
3720
|
displayName: 'Templ',
|
|
3721
3721
|
embedded: [
|
|
3722
3722
|
'go',
|
|
@@ -3725,14 +3725,14 @@ export const grammars = [
|
|
|
3725
3725
|
],
|
|
3726
3726
|
funding: [
|
|
3727
3727
|
],
|
|
3728
|
-
hash: '
|
|
3729
|
-
lastUpdate: '2025-
|
|
3728
|
+
hash: 'AN7Y3py_iR7Fen9uHp6HAfw_qFcHoXM7KM18aVrswnA',
|
|
3729
|
+
lastUpdate: '2025-04-08T08:46:52Z',
|
|
3730
3730
|
license: 'MIT',
|
|
3731
3731
|
licenseUrl: 'https://raw.githubusercontent.com/templ-go/templ-vscode/main/LICENSE',
|
|
3732
3732
|
name: 'templ',
|
|
3733
3733
|
scopeName: 'source.templ',
|
|
3734
|
-
sha: '
|
|
3735
|
-
source: 'https://github.com/templ-go/templ-vscode/blob/
|
|
3734
|
+
sha: '257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f',
|
|
3735
|
+
source: 'https://github.com/templ-go/templ-vscode/blob/257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f/syntaxes/templ.tmLanguage.json',
|
|
3736
3736
|
},
|
|
3737
3737
|
{
|
|
3738
3738
|
aliases: [
|