tm-grammars 0.0.1 → 0.0.2
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 -81
- package/README.md +1 -6
- package/grammars/csharp.json +0 -3
- package/grammars/dart.json +0 -5
- package/grammars/html.json +2583 -38
- package/grammars/json.json +1 -1
- package/grammars/raku.json +1 -1
- package/index.js +2 -77
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1459,7 +1459,7 @@ SPDX: Apache-2.0
|
|
|
1459
1459
|
limitations under the License.
|
|
1460
1460
|
|
|
1461
1461
|
=========================================================================================================
|
|
1462
|
-
Files: bat.json, bibtex.json, c.json, clojure.json, coffee.json, cpp.json, cpp-macro.json, csharp.json, css.json, dart.json, diff.json, docker.json, fsharp.json, git-commit.json, git-rebase.json, go.json, groovy.json, handlebars.json, hlsl.json, html.json,
|
|
1462
|
+
Files: bat.json, bibtex.json, c.json, clojure.json, coffee.json, cpp.json, cpp-macro.json, csharp.json, css.json, dart.json, diff.json, docker.json, fsharp.json, git-commit.json, git-rebase.json, go.json, groovy.json, handlebars.json, hlsl.json, html.json, ini.json, java.json, javascript.json, jsdoc-js.json, jsdoc-ts.json, json.json, jsonc.json, jsonl.json, jsx.json, julia.json, latex.json, less.json, lua.json, make.json, markdown.json, objective-c.json, objective-cpp.json, perl.json, php.json, powershell.json, pug.json, python.json, r.json, raku.json, rst.json, ruby.json, rust.json, scss.json, shaderlab.json, shellscript.json, sql.json, swift.json, tex.json, tsx.json, typescript.json, vb.json, xml.json, xsl.json, yaml.json
|
|
1463
1463
|
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
1464
1464
|
SPDX: MIT
|
|
1465
1465
|
---------------------------------------------------------------------------------------------------------
|
|
@@ -1935,33 +1935,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1935
1935
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1936
1936
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1937
1937
|
THE SOFTWARE.
|
|
1938
|
-
=========================================================================================================
|
|
1939
|
-
Files: csharp.json
|
|
1940
|
-
License: https://raw.githubusercontent.com/dotnet/csharp-tmLanguage/main/LICENSE
|
|
1941
|
-
SPDX: MIT
|
|
1942
|
-
---------------------------------------------------------------------------------------------------------
|
|
1943
|
-
MIT License
|
|
1944
|
-
|
|
1945
|
-
Copyright (c) 2016 .NET Foundation
|
|
1946
|
-
|
|
1947
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1948
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1949
|
-
in the Software without restriction, including without limitation the rights
|
|
1950
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1951
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1952
|
-
furnished to do so, subject to the following conditions:
|
|
1953
|
-
|
|
1954
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1955
|
-
copies or substantial portions of the Software.
|
|
1956
|
-
|
|
1957
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1958
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1959
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1960
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1961
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1962
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1963
|
-
SOFTWARE.
|
|
1964
|
-
|
|
1965
1938
|
=========================================================================================================
|
|
1966
1939
|
Files: csv.json
|
|
1967
1940
|
License: https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE
|
|
@@ -2062,32 +2035,6 @@ furnished to do so, subject to the following conditions:
|
|
|
2062
2035
|
The above copyright notice and this permission notice shall be included in all
|
|
2063
2036
|
copies or substantial portions of the Software.
|
|
2064
2037
|
|
|
2065
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2066
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2067
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2068
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2069
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2070
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2071
|
-
SOFTWARE.
|
|
2072
|
-
=========================================================================================================
|
|
2073
|
-
Files: dart.json
|
|
2074
|
-
License: https://raw.githubusercontent.com/Dart-Code/Dart-Code/master/LICENSE
|
|
2075
|
-
SPDX: MIT
|
|
2076
|
-
---------------------------------------------------------------------------------------------------------
|
|
2077
|
-
MIT License
|
|
2078
|
-
|
|
2079
|
-
Copyright (c) 2016 Danny Tuppeny
|
|
2080
|
-
|
|
2081
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2082
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2083
|
-
in the Software without restriction, including without limitation the rights
|
|
2084
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2085
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2086
|
-
furnished to do so, subject to the following conditions:
|
|
2087
|
-
|
|
2088
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2089
|
-
copies or substantial portions of the Software.
|
|
2090
|
-
|
|
2091
2038
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2092
2039
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2093
2040
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
@@ -4012,33 +3959,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
4012
3959
|
|
|
4013
3960
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4014
3961
|
|
|
4015
|
-
=========================================================================================================
|
|
4016
|
-
Files: latex.json, tex.json
|
|
4017
|
-
License: https://raw.githubusercontent.com/James-Yu/LaTeX-Workshop/master/LICENSE.txt
|
|
4018
|
-
SPDX: MIT
|
|
4019
|
-
---------------------------------------------------------------------------------------------------------
|
|
4020
|
-
The MIT License (MIT)
|
|
4021
|
-
|
|
4022
|
-
Copyright (c) 2016 James Yu
|
|
4023
|
-
|
|
4024
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4025
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4026
|
-
in the Software without restriction, including without limitation the rights
|
|
4027
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4028
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4029
|
-
furnished to do so, subject to the following conditions:
|
|
4030
|
-
|
|
4031
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4032
|
-
copies or substantial portions of the Software.
|
|
4033
|
-
|
|
4034
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4035
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4036
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4037
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4038
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4039
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4040
|
-
SOFTWARE.
|
|
4041
|
-
|
|
4042
3962
|
=========================================================================================================
|
|
4043
3963
|
Files: liquid.json
|
|
4044
3964
|
License: https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md
|
package/README.md
CHANGED
|
@@ -51,14 +51,12 @@ import { grammars } from 'tm-grammars'
|
|
|
51
51
|
| `cpp-macro` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `cpp` `glsl` `sql` |
|
|
52
52
|
| `crystal` | | [crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/fe90eda371237dc60f158fca9977e71ce0d63aae/syntaxes/crystal.json) | [MIT](https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE) | `html` `sql` `css` `c` `javascript` `shellscript` |
|
|
53
53
|
| `csharp` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/csharp/syntaxes/csharp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
54
|
-
| `csharp` | | [dotnet/csharp-tmLanguage](https://github.com/dotnet/csharp-tmLanguage/blob/0febdc78936552b2671a034ae3c06d485c0e0a05/grammars/csharp.tmLanguage) | [MIT](https://raw.githubusercontent.com/dotnet/csharp-tmLanguage/main/LICENSE) | |
|
|
55
54
|
| `css` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/css/syntaxes/css.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
56
55
|
| `csv` | | [mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/blob/6b53c5fb98c7a8ac97ded87046cd8302f3f88195/syntaxes/csv.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE) | |
|
|
57
56
|
| `cue` | | [cue-sh/vscode-cue](https://github.com/cue-sh/vscode-cue/blob/0734615a2607fe03f5d6c1816f8f7435179659fc/syntaxes/cue.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/cue-sh/vscode-cue/master/LICENSE) | |
|
|
58
57
|
| `cypher` | | [adam-cowley/neo4j-vscode](https://github.com/adam-cowley/neo4j-vscode/blob/b56cc6c09148ab23a31ba2f6c42e0901952e8402/cypher/cypher.tmLanguage) | [MIT](https://raw.githubusercontent.com/adam-cowley/neo4j-vscode/main/LICENSE) | |
|
|
59
58
|
| `d` | | [Pure-D/code-d](https://github.com/Pure-D/code-d/blob/b19258b82d40b72ac4e60497214de14a4248d4d8/syntaxes/d.json) | [MIT](https://raw.githubusercontent.com/Pure-D/code-d/master/LICENSE.md) | |
|
|
60
59
|
| `dart` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/dart/syntaxes/dart.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
61
|
-
| `dart` | | [Dart-Code/Dart-Code](https://github.com/Dart-Code/Dart-Code/blob/5cf2b37ec82c3b0481c11c7fed970e015e01dee6/syntaxes/dart.json) | [MIT](https://raw.githubusercontent.com/Dart-Code/Dart-Code/master/LICENSE) | |
|
|
62
60
|
| `dax` | | [huyza/dax-language](https://github.com/huyza/dax-language/blob/7d7a73455bae1dbe9ec6f3e969d7b7d3c146e6e4/syntaxes/dax.grammer.json) | | |
|
|
63
61
|
| `diff` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/diff/syntaxes/diff.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
64
62
|
| `docker` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/docker/syntaxes/docker.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
@@ -83,14 +81,13 @@ import { grammars } from 'tm-grammars'
|
|
|
83
81
|
| `graphql` | | [prisma-labs/vscode-graphql](https://github.com/prisma-labs/vscode-graphql/blob/66e9d69b76c237714db0e606fa7ac32fc4fa3a94/grammars/graphql.json) | [MIT](https://raw.githubusercontent.com/graphql/vscode-graphql/master/LICENSE) | `javascript` `typescript` `jsx` `tsx` |
|
|
84
82
|
| `groovy` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/groovy/syntaxes/groovy.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
85
83
|
| `hack` | | [slackhq/vscode-hack](https://github.com/slackhq/vscode-hack/blob/d75dd72a5d52436d208a627a2ead5423c94eb3e9/syntaxes/hack.json) | [MIT](https://raw.githubusercontent.com/slackhq/vscode-hack/master/LICENSE.md) | `html` `sql` |
|
|
86
|
-
| `haml` | | [karuna/haml-vscode](https://github.com/karuna/haml-vscode/blob/504875f60bcd474f17762b2daf97680476135f79/syntaxes/haml.json) | [MIT](https://raw.githubusercontent.com/karuna/haml-vscode/master/LICENSE.md) | `ruby` `javascript` `sass` `coffee` `
|
|
84
|
+
| `haml` | | [karuna/haml-vscode](https://github.com/karuna/haml-vscode/blob/504875f60bcd474f17762b2daf97680476135f79/syntaxes/haml.json) | [MIT](https://raw.githubusercontent.com/karuna/haml-vscode/master/LICENSE.md) | `ruby` `javascript` `sass` `coffee` `markdown` `css` |
|
|
87
85
|
| `handlebars` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` `css` `javascript` `yaml` |
|
|
88
86
|
| `haskell` | | [octref/language-haskell](https://github.com/octref/language-haskell/blob/ae87982aac2bf5cf6334c067e49c5ec8fc08b871/syntaxes/haskell.json) | [BSD-3-Clause](https://raw.githubusercontent.com/octref/language-haskell/master/LICENSE) | |
|
|
89
87
|
| `hcl` | | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/c98e6521755f840c5171f43682518465b691f392/syntaxes/hcl.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | |
|
|
90
88
|
| `hjson` | | [hjson/textmate-hjson](https://github.com/hjson/textmate-hjson/blob/196075169c9a9f9ab04c8e7423b67ea72c976237/Syntaxes/Hjson.tmLanguage) | [MIT](https://raw.githubusercontent.com/hjson/textmate-hjson/master/LICENSE) | |
|
|
91
89
|
| `hlsl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/hlsl/syntaxes/hlsl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
92
90
|
| `html` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/html/syntaxes/html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `javascript` `css` |
|
|
93
|
-
| `html` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/php/syntaxes/html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `blade` `php` |
|
|
94
91
|
| `imba` | | [imba/imba](https://github.com/imba/imba/blob/a2cc7e9bd2cc0fb0bf08daa487b7682e92202cb0/packages/vscode-imba/syntaxes/imba.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/imba/imba/master/LICENSE) | `typescript` |
|
|
95
92
|
| `ini` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/ini/syntaxes/ini.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
96
93
|
| `java` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/java/syntaxes/java.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
@@ -111,7 +108,6 @@ import { grammars } from 'tm-grammars'
|
|
|
111
108
|
| `kotlin` | | [fwcd/vscode-kotlin](https://github.com/fwcd/vscode-kotlin/blob/c1371a435aedf8690d3c9cbbe4c42a215915630d/syntaxes/kotlin.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fwcd/vscode-kotlin/main/LICENSE) | |
|
|
112
109
|
| `kusto` | | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/02d4369268682d90a424ba6c8d7ab7d9f0a8a8af/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | |
|
|
113
110
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/latex/syntaxes/LaTeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `tex` `css` `haskell` `html` `xml` `java` `lua` `julia` `ruby` `javascript` `typescript` `python` `yaml` `rust` `scala` `gnuplot` |
|
|
114
|
-
| `latex` | | [James-Yu/LaTeX-Workshop](https://github.com/James-Yu/LaTeX-Workshop/blob/4b31a993af86b95f23ae258522eec9f6988f9a07/syntax/LaTeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/James-Yu/LaTeX-Workshop/master/LICENSE.txt) | `tex` `css` `haskell` `html` `xml` `java` `lua` `julia` `ruby` `javascript` `typescript` `python` `yaml` `rust` `scala` `gnuplot` |
|
|
115
111
|
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
116
112
|
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/20d3a4315bd4f2285358197bdf02eeca39e4c8db/grammars/liquid.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md) | `html` `css` `json` `javascript` |
|
|
117
113
|
| `lisp` | | [mattn/vscode-lisp](https://github.com/mattn/vscode-lisp/blob/09f9077526364501763414f8dd3a6aeff9e69f0e/syntaxes/Lisp.tmLanguage) | [MIT](https://raw.githubusercontent.com/mattn/vscode-lisp/master/LICENSE) | |
|
|
@@ -180,7 +176,6 @@ import { grammars } from 'tm-grammars'
|
|
|
180
176
|
| `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) | |
|
|
181
177
|
| `tcl` | | [sleutho/tcl](https://github.com/sleutho/tcl/blob/f60babcf9fce7d123ffe9461d96d69439bda03fe/syntaxes/tcl.tmLanguage) | | |
|
|
182
178
|
| `tex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/latex/syntaxes/TeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `r` |
|
|
183
|
-
| `tex` | | [James-Yu/LaTeX-Workshop](https://github.com/James-Yu/LaTeX-Workshop/blob/4b31a993af86b95f23ae258522eec9f6988f9a07/syntax/TeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/James-Yu/LaTeX-Workshop/master/LICENSE.txt) | `r` |
|
|
184
179
|
| `toml` | | [textmate/toml.tmbundle](https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage) | | |
|
|
185
180
|
| `tsx` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | |
|
|
186
181
|
| `turtle` | | [stardog-union/stardog-vsc](https://github.com/stardog-union/stardog-vsc/blob/0ce931c26529fdaf5c6dd58d91e589bbd6944a1d/stardog-rdf-grammars/syntaxes/turtle.tmLanguage.json) | | |
|
package/grammars/csharp.json
CHANGED