tm-grammars 1.0.9 → 1.0.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 +55 -28
- package/README.md +21 -13
- package/grammars/{angular.json → angular-expression.json} +1 -1
- package/grammars/angular-html.json +44 -0
- package/grammars/angular-inline-style.json +1 -1
- package/grammars/angular-inline-template.json +2 -2
- package/grammars/angular-template-blocks.json +3 -2
- package/grammars/angular-template.json +2 -1
- package/grammars/angular-ts.json +5735 -0
- package/grammars/html-derivative.json +44 -0
- package/index.js +64 -19
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -923,7 +923,7 @@ Public License instead of this License. But first, please read
|
|
|
923
923
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
|
924
924
|
|
|
925
925
|
=========================================================================================================
|
|
926
|
-
Files: angular.json, angular-inline-style.json, angular-inline-template.json, angular-template.json, angular-template-blocks.json
|
|
926
|
+
Files: angular-expression.json, angular-inline-style.json, angular-inline-template.json, angular-template.json, angular-template-blocks.json
|
|
927
927
|
License: https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE
|
|
928
928
|
SPDX: MIT
|
|
929
929
|
---------------------------------------------------------------------------------------------------------
|
|
@@ -949,6 +949,60 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
949
949
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
950
950
|
THE SOFTWARE.
|
|
951
951
|
|
|
952
|
+
=========================================================================================================
|
|
953
|
+
Files: angular-html.json
|
|
954
|
+
License: https://raw.githubusercontent.com/onivim/vscode-exthost/master/LICENSE.txt
|
|
955
|
+
SPDX: MIT
|
|
956
|
+
---------------------------------------------------------------------------------------------------------
|
|
957
|
+
MIT License
|
|
958
|
+
|
|
959
|
+
Copyright (c) 2015 - present Microsoft Corporation
|
|
960
|
+
|
|
961
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
962
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
963
|
+
in the Software without restriction, including without limitation the rights
|
|
964
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
965
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
966
|
+
furnished to do so, subject to the following conditions:
|
|
967
|
+
|
|
968
|
+
The above copyright notice and this permission notice shall be included in all
|
|
969
|
+
copies or substantial portions of the Software.
|
|
970
|
+
|
|
971
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
972
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
973
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
974
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
975
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
976
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
977
|
+
SOFTWARE.
|
|
978
|
+
|
|
979
|
+
=========================================================================================================
|
|
980
|
+
Files: angular-ts.json, 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, 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
|
|
981
|
+
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
982
|
+
SPDX: MIT
|
|
983
|
+
---------------------------------------------------------------------------------------------------------
|
|
984
|
+
MIT License
|
|
985
|
+
|
|
986
|
+
Copyright (c) 2015 - present Microsoft Corporation
|
|
987
|
+
|
|
988
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
989
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
990
|
+
in the Software without restriction, including without limitation the rights
|
|
991
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
992
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
993
|
+
furnished to do so, subject to the following conditions:
|
|
994
|
+
|
|
995
|
+
The above copyright notice and this permission notice shall be included in all
|
|
996
|
+
copies or substantial portions of the Software.
|
|
997
|
+
|
|
998
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
999
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1000
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1001
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1002
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1003
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1004
|
+
SOFTWARE.
|
|
1005
|
+
|
|
952
1006
|
=========================================================================================================
|
|
953
1007
|
Files: apache.json
|
|
954
1008
|
License: https://raw.githubusercontent.com/colinta/ApacheConf.tmLanguage/main/LICENSE
|
|
@@ -1485,33 +1539,6 @@ SPDX: Apache-2.0
|
|
|
1485
1539
|
See the License for the specific language governing permissions and
|
|
1486
1540
|
limitations under the License.
|
|
1487
1541
|
|
|
1488
|
-
=========================================================================================================
|
|
1489
|
-
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, 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
|
|
1490
|
-
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
1491
|
-
SPDX: MIT
|
|
1492
|
-
---------------------------------------------------------------------------------------------------------
|
|
1493
|
-
MIT License
|
|
1494
|
-
|
|
1495
|
-
Copyright (c) 2015 - present Microsoft Corporation
|
|
1496
|
-
|
|
1497
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1498
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1499
|
-
in the Software without restriction, including without limitation the rights
|
|
1500
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1501
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1502
|
-
furnished to do so, subject to the following conditions:
|
|
1503
|
-
|
|
1504
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1505
|
-
copies or substantial portions of the Software.
|
|
1506
|
-
|
|
1507
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1508
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1509
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1510
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1511
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1512
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1513
|
-
SOFTWARE.
|
|
1514
|
-
|
|
1515
1542
|
=========================================================================================================
|
|
1516
1543
|
Files: beancount.json
|
|
1517
1544
|
License: https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE
|
package/README.md
CHANGED
|
@@ -16,19 +16,15 @@ You can get the metadata of all bundled grammars by importing `tm-grammars`
|
|
|
16
16
|
import { grammars } from 'tm-grammars'
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
## Grammars
|
|
20
|
-
|
|
21
19
|
<!--list-start-->
|
|
20
|
+
## Grammars
|
|
22
21
|
| Name | Alias | Source | License | Deps On | File Size |
|
|
23
22
|
| ---- | ----- | ------ | ------- | ------- | --------- |
|
|
24
23
|
| `abap` | | [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle/blob/a9b2efff4f4afa469d984353384f09e4ebd24055/Syntaxes/ABAP.tmLanguage) | | | 16.90 kB |
|
|
25
24
|
| `actionscript-3` | | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/cb683a4cb4b5cac1126be203d4f081d8bfda57f5/distribution/src/assembly/syntaxes/AS3.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE) | | 13.74 kB |
|
|
26
25
|
| `ada` | | [AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server/blob/75c0d0c22b3f3dbf559946331c7aca6fc5b84065/integration/vscode/ada/advanced/ada.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE) | | 45.72 kB |
|
|
27
|
-
| `angular` | | [
|
|
28
|
-
| `angular-
|
|
29
|
-
| `angular-inline-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/c3f3172a70b1a2bfdca3bdee85df9271cb0895cf/syntaxes/inline-template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-template` | 950.00 B |
|
|
30
|
-
| `angular-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/38481421878d59dda0a69e508e97265c8e173fcd/syntaxes/template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | | 3.09 kB |
|
|
31
|
-
| `angular-template-blocks` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/abfdaa7e3c1eefe0054659deb217a967d5b551b8/syntaxes/template-blocks.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-template` | 1.09 kB |
|
|
26
|
+
| `angular-html` | | [onivim/vscode-exthost](https://github.com/onivim/vscode-exthost/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/onivim/vscode-exthost/master/LICENSE.txt) | `html` `angular-expression` `angular-template` `angular-template-blocks` | 772.00 B |
|
|
27
|
+
| `angular-ts` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c778cc6117ba3b243a8e2321b4cf33062546e312/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `angular-expression` `angular-inline-style` `angular-inline-template` `angular-template` `angular-template-blocks` | 188.61 kB |
|
|
32
28
|
| `apache` | | [colinta/ApacheConf.tmLanguage](https://github.com/colinta/ApacheConf.tmLanguage/blob/1fdb47b6fe2cea20cfedbc522bff3ff1ed656c07/ApacheConf.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/colinta/ApacheConf.tmLanguage/main/LICENSE) | | 12.57 kB |
|
|
33
29
|
| `apex` | | [forcedotcom/apex-tmLanguage](https://github.com/forcedotcom/apex-tmLanguage/blob/1d3c7097c8e50b4f4163c9e27b450fcd45f40a5e/grammars/apex.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/forcedotcom/apex-tmLanguage/main/LICENSE) | | 47.31 kB |
|
|
34
30
|
| `apl` | | [kimmolinna/vscode-apl-language](https://github.com/kimmolinna/vscode-apl-language/blob/13541242d9ffae225e89ebba23f9abaa4c60697e/syntaxes/apl.tmLanguage.json) | | `html` `xml` `css` `javascript` `json` | 25.97 kB |
|
|
@@ -53,7 +49,6 @@ import { grammars } from 'tm-grammars'
|
|
|
53
49
|
| `codeql` | `ql` | [github/vscode-codeql](https://github.com/github/vscode-codeql/blob/47fa163cb9fffce379458962eb391c9ef9082dcb/syntaxes/ql.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md) | | 32.73 kB |
|
|
54
50
|
| `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` | 26.58 kB |
|
|
55
51
|
| `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` `glsl` `sql` | 411.19 kB |
|
|
56
|
-
| `cpp-macro` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `glsl` `sql` | 230.05 kB |
|
|
57
52
|
| `crystal` | | [crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/b3d6d92335f52c36a57839944c3dc84d33fd1e09/syntaxes/crystal.json) | [MIT](https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE) | `html` `sql` `css` `c` `javascript` `shellscript` | 31.71 kB |
|
|
58
53
|
| `csharp` | `c#` `cs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/3c86ede5f554f6e196c832394e126b291a1de606/extensions/csharp/syntaxes/csharp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 92.49 kB |
|
|
59
54
|
| `css` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ae23e73ba0690ae82614d585e10a88d608ccdda0/extensions/css/syntaxes/css.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 54.33 kB |
|
|
@@ -99,7 +94,6 @@ import { grammars } from 'tm-grammars'
|
|
|
99
94
|
| `java` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/3c86ede5f554f6e196c832394e126b291a1de606/extensions/java/syntaxes/java.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 26.38 kB |
|
|
100
95
|
| `javascript` | `js` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c778cc6117ba3b243a8e2321b4cf33062546e312/extensions/javascript/syntaxes/JavaScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 183.07 kB |
|
|
101
96
|
| `jinja` | | [samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/blob/be729c88f723602e7b5df2e9dc5e8c016c31c38f/syntaxes/jinja.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE) | `jinja-html` | 4.69 kB |
|
|
102
|
-
| `jinja-html` | | [samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/blob/64ad369cd167bba2e614944db6d925b7dc6483b4/syntaxes/jinja-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE) | `html` | 470.00 B |
|
|
103
97
|
| `jison` | | [cdibbs/language-jison](https://github.com/cdibbs/language-jison/blob/9d4cb4b044832320a51fabb6e533fc299425f552/grammars/jison.cson) | [MIT](https://raw.githubusercontent.com/cdibbs/language-jison/master/LICENSE.md) | `javascript` | 9.15 kB |
|
|
104
98
|
| `json` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/d6af4893ed9a3545163a4cb748fa5548bd1e51a5/extensions/json/syntaxes/JSON.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 3.41 kB |
|
|
105
99
|
| `json5` | | [mrmlnc/vscode-json5](https://github.com/mrmlnc/vscode-json5/blob/e884b89929103ff009322c393080ff45a4544e88/syntaxes/json5.json) | [MIT](https://raw.githubusercontent.com/mrmlnc/vscode-json5/master/LICENSE) | | 4.10 kB |
|
|
@@ -119,7 +113,6 @@ import { grammars } from 'tm-grammars'
|
|
|
119
113
|
| `lua` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/3c86ede5f554f6e196c832394e126b291a1de606/extensions/lua/syntaxes/lua.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `c` | 14.39 kB |
|
|
120
114
|
| `make` | `makefile` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/91db8ea85fee30ebb3c7a5e7939aa2a8d79811c5/extensions/make/syntaxes/make.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 8.45 kB |
|
|
121
115
|
| `markdown` | `md` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/3c86ede5f554f6e196c832394e126b291a1de606/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `css` `html` `ini` `java` `lua` `make` `perl` `r` `ruby` `php` `sql` `vb` `xml` `xsl` `yaml` `bat` `clojure` `coffee` `c` `cpp` `diff` `docker` `git-commit` `git-rebase` `go` `groovy` `pug` `javascript` `json` `jsonc` `less` `objective-c` `swift` `scss` `raku` `powershell` `python` `julia` `rust` `scala` `shellscript` `typescript` `tsx` `csharp` `fsharp` `dart` `handlebars` `erlang` `elixir` `latex` `bibtex` | 55.11 kB |
|
|
122
|
-
| `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/markdown-vue.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 670.00 B |
|
|
123
116
|
| `marko` | | [marko-js/marko-tmbundle](https://github.com/marko-js/marko-tmbundle/blob/dd3a0c39e656bedd276d3bcbdea92a2d627755c7/Syntaxes/marko.tmLanguage) | [MIT](https://raw.githubusercontent.com/marko-js/marko-tmbundle/master/LICENSE) | `css` `less` `scss` `javascript` | 18.57 kB |
|
|
124
117
|
| `matlab` | | [mathworks/MATLAB-Language-grammar](https://github.com/mathworks/MATLAB-Language-grammar/blob/69dbf20c1eb19efd629c0438a2a493e60617e8de/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) | | | 20.77 kB |
|
|
125
118
|
| `mdc` | | [nuxtlabs/vscode-mdc](https://github.com/nuxtlabs/vscode-mdc/blob/6294dbce9706f538a521e7dccce9609e928dc3be/syntaxes/mdc.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nuxtlabs/vscode-mdc/main/LICENSE) | `markdown` `yaml` | 19.95 kB |
|
|
@@ -191,10 +184,7 @@ import { grammars } from 'tm-grammars'
|
|
|
191
184
|
| `vhdl` | | [jonasjj/awesome-vhdl](https://github.com/jonasjj/awesome-vhdl/blob/0d0a052da44f64382314ba90a321a83022e5c11a/syntaxes/vhdl.tmLanguage) | [MIT](https://raw.githubusercontent.com/jonasjj/awesome-vhdl/master/LICENSE.txt) | | 33.26 kB |
|
|
192
185
|
| `viml` | `vim` `vimscript` | [dunstontc/viml](https://github.com/dunstontc/viml/blob/8762570fc7d6f1009a3c93efd2a337330d88b88e/syntaxes/viml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/dunstontc/viml/master/LICENSE) | | 20.19 kB |
|
|
193
186
|
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/eac3fad39bb9cdd98f3b18031fb7c09e9701192b/extensions/vscode/syntaxes/vue.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `html` `markdown` `pug` `stylus` `sass` `css` `scss` `less` `javascript` `typescript` `jsx` `tsx` `json` `jsonc` `json5` `yaml` `toml` `graphql` `markdown-vue` `vue-directives` `vue-interpolations` `vue-sfc-style-variable-injection` | 16.42 kB |
|
|
194
|
-
| `vue-directives` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-directives.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 349.00 B |
|
|
195
187
|
| `vue-html` | | [vuejs/vetur](https://github.com/vuejs/vetur/blob/53ee52746b1f26f44391c3764bc7bd06d4ddaa46/syntaxes/vue-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE) | `vue` `javascript` | 8.06 kB |
|
|
196
|
-
| `vue-interpolations` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-interpolations.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 349.00 B |
|
|
197
|
-
| `vue-sfc-style-variable-injection` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `javascript` | 791.00 B |
|
|
198
188
|
| `vyper` | `vy` | [tintinweb/vscode-vyper](https://github.com/tintinweb/vscode-vyper/blob/e8876a573f1e6b5b11d6176538a5c342d39af0f8/syntaxes/vyper.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/tintinweb/vscode-vyper/master/LICENSE) | | 99.34 kB |
|
|
199
189
|
| `wasm` | | [wasmerio/vscode-wasm](https://github.com/wasmerio/vscode-wasm/blob/9d0ace1ff113f4a3e95797675039cd94ec257078/syntaxes/wat.json) | [MIT](https://raw.githubusercontent.com/wasmerio/vscode-wasm/master/LICENSE) | | 15.03 kB |
|
|
200
190
|
| `wenyan` | `文言` | [wenyan-lang/highlight](https://github.com/wenyan-lang/highlight/blob/5100e8a803978b4f5b009adac035d1f27f591760/wenyan.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/wenyan-lang/highlight/master/LICENSE) | | 2.07 kB |
|
|
@@ -205,6 +195,24 @@ import { grammars } from 'tm-grammars'
|
|
|
205
195
|
| `yaml` | `yml` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/772aaf777a2e6b50c5c2e53da1a0955d2cb73a4d/extensions/yaml/syntaxes/yaml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 17.15 kB |
|
|
206
196
|
| `zenscript` | | [CraftTweaker/ZenScript-tmLanguage](https://github.com/CraftTweaker/ZenScript-tmLanguage/blob/5a7bcb775a6fb37470e56f904e70d8b8b9e6b047/zenscript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/CraftTweaker/ZenScript-tmLanguage/master/LICENSE) | | 4.08 kB |
|
|
207
197
|
| `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/ea09332218da68b168c04981330aeee3ea869fc6/syntaxes/zig.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE) | | 4.68 kB |
|
|
198
|
+
|
|
199
|
+
## Injections
|
|
200
|
+
|
|
201
|
+
Injections are grammars that are embedded in other grammars. They are used to aggregate other grammars but not used directly.
|
|
202
|
+
|
|
203
|
+
| Name | Alias | Source | License | Deps On | File Size |
|
|
204
|
+
| ---- | ----- | ------ | ------- | ------- | --------- |
|
|
205
|
+
| `angular-expression` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/d7dab52644375e64af3deaeac045cc75f5954414/syntaxes/expression.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | | 12.69 kB |
|
|
206
|
+
| `angular-inline-style` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/f0422f5f571f79a904510944452f06fb36beff22/syntaxes/inline-styles.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `scss` | 1.17 kB |
|
|
207
|
+
| `angular-inline-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/c3f3172a70b1a2bfdca3bdee85df9271cb0895cf/syntaxes/inline-template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-html` `angular-template` | 956.00 B |
|
|
208
|
+
| `angular-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/38481421878d59dda0a69e508e97265c8e173fcd/syntaxes/template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` | 3.12 kB |
|
|
209
|
+
| `angular-template-blocks` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/abfdaa7e3c1eefe0054659deb217a967d5b551b8/syntaxes/template-blocks.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` `angular-template` | 1.12 kB |
|
|
210
|
+
| `cpp-macro` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `glsl` `sql` | 230.05 kB |
|
|
211
|
+
| `jinja-html` | | [samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/blob/64ad369cd167bba2e614944db6d925b7dc6483b4/syntaxes/jinja-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE) | `html` | 470.00 B |
|
|
212
|
+
| `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/markdown-vue.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 670.00 B |
|
|
213
|
+
| `vue-directives` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-directives.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 349.00 B |
|
|
214
|
+
| `vue-interpolations` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-interpolations.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 349.00 B |
|
|
215
|
+
| `vue-sfc-style-variable-injection` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `javascript` | 791.00 B |
|
|
208
216
|
<!--list-end-->
|
|
209
217
|
|
|
210
218
|
## License
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "Angular HTML",
|
|
3
|
+
"injections": {
|
|
4
|
+
"R:text.html - (comment.block, text.html meta.embedded, meta.tag.*.*.html, meta.tag.*.*.*.html, meta.tag.*.*.*.*.html)": {
|
|
5
|
+
"comment": "Uses R: to ensure this matches after any other injections.",
|
|
6
|
+
"patterns": [
|
|
7
|
+
{
|
|
8
|
+
"match": "<",
|
|
9
|
+
"name": "invalid.illegal.bad-angle-bracket.html"
|
|
10
|
+
}
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"name": "angular-html",
|
|
15
|
+
"patterns": [
|
|
16
|
+
{
|
|
17
|
+
"include": "text.html.basic#core-minus-invalid"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"begin": "(</?)(\\w[^\\s>]*)(?<!/)",
|
|
21
|
+
"beginCaptures": {
|
|
22
|
+
"1": {
|
|
23
|
+
"name": "punctuation.definition.tag.begin.html"
|
|
24
|
+
},
|
|
25
|
+
"2": {
|
|
26
|
+
"name": "entity.name.tag.html"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"end": "((?: ?/)?>)",
|
|
30
|
+
"endCaptures": {
|
|
31
|
+
"1": {
|
|
32
|
+
"name": "punctuation.definition.tag.end.html"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"name": "meta.tag.other.unrecognized.html.derivative",
|
|
36
|
+
"patterns": [
|
|
37
|
+
{
|
|
38
|
+
"include": "text.html.basic#attribute"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"scopeName": "text.html.derivative.ng"
|
|
44
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"injectTo": [
|
|
3
|
-
"source.ts"
|
|
3
|
+
"source.ts.ng"
|
|
4
4
|
],
|
|
5
5
|
"injectionSelector": "L:meta.decorator.ts -comment -text.html",
|
|
6
6
|
"name": "angular-inline-template",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"patterns": [
|
|
48
48
|
{
|
|
49
|
-
"include": "text.html.derivative"
|
|
49
|
+
"include": "text.html.derivative.ng"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"include": "template.ng"
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"injectTo": [
|
|
3
3
|
"text.html.derivative",
|
|
4
|
-
"
|
|
4
|
+
"text.html.derivative.ng",
|
|
5
|
+
"source.ts.ng"
|
|
5
6
|
],
|
|
6
7
|
"injectionSelector": "L:text.html -comment -expression.ng -meta.tag -source.css -source.js",
|
|
7
8
|
"name": "angular-template-blocks",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
},
|
|
53
54
|
"patterns": [
|
|
54
55
|
{
|
|
55
|
-
"include": "text.html.derivative"
|
|
56
|
+
"include": "text.html.derivative.ng"
|
|
56
57
|
},
|
|
57
58
|
{
|
|
58
59
|
"include": "template.ng"
|