tm-grammars 1.1.1 → 1.1.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 -1
- package/README.md +9 -8
- package/grammars/angular-template.json +0 -164
- package/grammars/crystal.json +1 -1
- package/grammars/csv.json +1 -1
- package/index.js +32 -10
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -977,7 +977,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
977
977
|
SOFTWARE.
|
|
978
978
|
|
|
979
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
|
|
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, html-derivative.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
981
|
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
982
982
|
SPDX: MIT
|
|
983
983
|
---------------------------------------------------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# tm-grammars
|
|
2
2
|
|
|
3
|
-
Collection of
|
|
3
|
+
Collection of TextMate grammars, converted in JSON format and re-distributed as a npm package.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -49,10 +49,10 @@ import { grammars } from 'tm-grammars'
|
|
|
49
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 |
|
|
50
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.34 kB |
|
|
51
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.01 kB |
|
|
52
|
-
| `crystal` | | [crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/
|
|
52
|
+
| `crystal` | | [crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/3fc307078e1cfb44247eae890253f09fbc0816e2/syntaxes/crystal.json) | [MIT](https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE) | `html` `sql` `css` `c` `javascript` `shellscript` | 31.40 kB |
|
|
53
53
|
| `csharp` | `c#` `cs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/csharp/syntaxes/csharp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 83.23 kB |
|
|
54
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) | | 48.60 kB |
|
|
55
|
-
| `csv` | | [mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/blob/3bdafafa12940a75166089b64bdd80b1d3b071db/syntaxes/csv.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE) | | 1.
|
|
55
|
+
| `csv` | | [mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/blob/3bdafafa12940a75166089b64bdd80b1d3b071db/syntaxes/csv.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE) | | 1.07 kB |
|
|
56
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) | | 15.93 kB |
|
|
57
57
|
| `cypher` | `cql` | [adam-cowley/neo4j-vscode](https://github.com/adam-cowley/neo4j-vscode/blob/ad90d275ac76c740018e78f78722343f730270e0/cypher/cypher.tmLanguage) | [MIT](https://raw.githubusercontent.com/adam-cowley/neo4j-vscode/main/LICENSE) | | 6.35 kB |
|
|
58
58
|
| `d` | | [Pure-D/code-d](https://github.com/Pure-D/code-d/blob/466ac04dcc1f6d3fea50ef5ae7a920a121efd09c/syntaxes/d.json) | [MIT](https://raw.githubusercontent.com/Pure-D/code-d/master/LICENSE.md) | | 40.24 kB |
|
|
@@ -90,6 +90,7 @@ import { grammars } from 'tm-grammars'
|
|
|
90
90
|
| `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) | | 12.20 kB |
|
|
91
91
|
| `hlsl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/efa12b2f49ec6ee84ed1e7bbd948808efec452f6/extensions/hlsl/syntaxes/hlsl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 7.15 kB |
|
|
92
92
|
| `html` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/45324363153075dab0482312ae24d8c068d81e4f/extensions/html/syntaxes/html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `javascript` `css` | 56.74 kB |
|
|
93
|
+
| `html-derivative` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` | 777.00 B |
|
|
93
94
|
| `http` | | [Huachao/vscode-restclient](https://github.com/Huachao/vscode-restclient/blob/a89f8bce1b5e3d5bd955f10916b0c101e20431d3/syntaxes/http.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Huachao/vscode-restclient/master/LICENSE) | `shellscript` `json` `xml` `graphql` | 3.96 kB |
|
|
94
95
|
| `imba` | | [imba/imba](https://github.com/imba/imba/blob/980c223d8da94939499ad8a92c4e31a6edd4fd54/packages/vscode-imba/syntaxes/imba.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/imba/imba/master/LICENSE) | `typescript` | 49.00 kB |
|
|
95
96
|
| `ini` | `properties` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/ini/syntaxes/ini.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 1.38 kB |
|
|
@@ -114,10 +115,10 @@ import { grammars } from 'tm-grammars'
|
|
|
114
115
|
| `logo` | | [textmate/logo.tmbundle](https://github.com/textmate/logo.tmbundle/blob/3205e987ed2a2aa11accdd55a7d094832441f89c/Syntaxes/Logo.tmLanguage) | | | 3.03 kB |
|
|
115
116
|
| `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 |
|
|
116
117
|
| `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 |
|
|
117
|
-
| `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` | 52.58 kB |
|
|
118
|
+
| `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` `html-derivative` | 52.58 kB |
|
|
118
119
|
| `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.31 kB |
|
|
119
120
|
| `matlab` | | [mathworks/MATLAB-Language-grammar](https://github.com/mathworks/MATLAB-Language-grammar/blob/69dbf20c1eb19efd629c0438a2a493e60617e8de/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) | | | 19.38 kB |
|
|
120
|
-
| `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.05 kB |
|
|
121
|
+
| `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` `html-derivative` | 19.05 kB |
|
|
121
122
|
| `mdx` | | [wooorm/markdown-tm-language](https://github.com/wooorm/markdown-tm-language/blob/371d61df9ddc3850e12aabe61b602d02e259e8a4/source.mdx.tmLanguage) | [MIT](https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license) | `tsx` `toml` `yaml` `c` `clojure` `coffee` `cpp` `csharp` `css` `diff` `docker` `elixir` `elm` `erlang` `go` `graphql` `haskell` `html` `ini` `java` `javascript` `json` `julia` `kotlin` `less` `lua` `make` `markdown` `objective-c` `perl` `python` `r` `ruby` `rust` `scala` `scss` `shellscript` `shellsession` `sql` `xml` `swift` `typescript` | 120.76 kB |
|
|
122
123
|
| `mermaid` | | [bpruitt-goddard/vscode-mermaid-syntax-highlight](https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/blob/8b62f487cb7a89afcd152febfbf47f5d4787657f/syntaxes/mermaid.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/master/LICENSE) | | 19.88 kB |
|
|
123
124
|
| `mojo` | | [modularml/mojo-syntax](https://github.com/modularml/mojo-syntax/blob/a2241dda06d9a20503394c3affa606114d007049/syntaxes/mojo.syntax.json) | [MIT](https://raw.githubusercontent.com/modularml/mojo-syntax/main/LICENSE) | | 72.95 kB |
|
|
@@ -150,7 +151,7 @@ import { grammars } from 'tm-grammars'
|
|
|
150
151
|
| `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.20 kB |
|
|
151
152
|
| `rel` | | [relationalai-oss/rel_vscode](https://github.com/relationalai-oss/rel_vscode/blob/63dda4dee48c67b037357f47b562185484555ea9/syntaxes/rel.tmLanguage.json) | | | 3.18 kB |
|
|
152
153
|
| `riscv` | | [zhuanhao-wu/vscode-riscv-support](https://github.com/zhuanhao-wu/vscode-riscv-support/blob/2736b60e45ff2ef738d784055e136cf38d6290cd/syntaxes/riscv.tmLanguage) | [MIT](https://raw.githubusercontent.com/zhuanhao-wu/vscode-riscv-support/master/LICENSE) | | 7.04 kB |
|
|
153
|
-
| `rst` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/48e93f756b764991ede33ad09781a863aca6907a/extensions/restructuredtext/syntaxes/rst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `cpp` `python` `javascript` `shellscript` `yaml` `cmake` `ruby` | 9.03 kB |
|
|
154
|
+
| `rst` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/48e93f756b764991ede33ad09781a863aca6907a/extensions/restructuredtext/syntaxes/rst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html-derivative` `cpp` `python` `javascript` `shellscript` `yaml` `cmake` `ruby` | 9.03 kB |
|
|
154
155
|
| `ruby` | `rb` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e7a257ffc86a48318cefd8f3b904dc546a4314/extensions/ruby/syntaxes/ruby.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` `xml` `sql` `css` `c` `javascript` `shellscript` `lua` | 36.11 kB |
|
|
155
156
|
| `rust` | `rs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/rust/syntaxes/rust.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 16.77 kB |
|
|
156
157
|
| `sas` | | [rpardee/sas](https://github.com/rpardee/sas/blob/49f6e733c6c0b918a2a825ca2f63dba704f3e8c0/syntaxes/sas.tmLanguage) | [MIT](https://raw.githubusercontent.com/rpardee/sas/master/LICENSE) | `sql` | 9.31 kB |
|
|
@@ -185,7 +186,7 @@ import { grammars } from 'tm-grammars'
|
|
|
185
186
|
| `verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/5963f70745bac638a96431176d39c688b35e8b59/syntaxes/verilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | | 5.55 kB |
|
|
186
187
|
| `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) | | 23.66 kB |
|
|
187
188
|
| `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 |
|
|
188
|
-
| `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.37 kB |
|
|
189
|
+
| `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` `html-derivative` `markdown-vue` `vue-directives` `vue-interpolations` `vue-sfc-style-variable-injection` | 16.37 kB |
|
|
189
190
|
| `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 |
|
|
190
191
|
| `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) | | 96.99 kB |
|
|
191
192
|
| `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 |
|
|
@@ -207,7 +208,7 @@ Injections are grammars that are embedded in other grammars. They are used to ag
|
|
|
207
208
|
| `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 |
|
|
208
209
|
| `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 |
|
|
209
210
|
| `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 |
|
|
210
|
-
| `angular-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/
|
|
211
|
+
| `angular-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/28739e438742bee69faceda5fd15445682451397/syntaxes/template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` | 471.00 B |
|
|
211
212
|
| `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 |
|
|
212
213
|
| `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 |
|
|
213
214
|
| `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 |
|
|
@@ -9,77 +9,9 @@
|
|
|
9
9
|
"patterns": [
|
|
10
10
|
{
|
|
11
11
|
"include": "#interpolation"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"include": "#propertyBinding"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"include": "#eventBinding"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"include": "#twoWayBinding"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"include": "#templateBinding"
|
|
24
12
|
}
|
|
25
13
|
],
|
|
26
14
|
"repository": {
|
|
27
|
-
"bindingKey": {
|
|
28
|
-
"patterns": [
|
|
29
|
-
{
|
|
30
|
-
"captures": {
|
|
31
|
-
"1": {
|
|
32
|
-
"name": "punctuation.definition.ng-binding-name.begin.html"
|
|
33
|
-
},
|
|
34
|
-
"2": {
|
|
35
|
-
"name": "entity.other.ng-binding-name.$2.html",
|
|
36
|
-
"patterns": [
|
|
37
|
-
{
|
|
38
|
-
"match": "\\.",
|
|
39
|
-
"name": "punctuation.accessor.html"
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
},
|
|
43
|
-
"3": {
|
|
44
|
-
"name": "punctuation.definition.ng-binding-name.end.html"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"match": "([\\[\\(]{1,2}|\\*)(?:\\s*)(@?[-_a-zA-Z0-9.$]*%?)(?:\\s*)([\\]\\)]{1,2})?"
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
"eventBinding": {
|
|
52
|
-
"begin": "(\\(\\s*@?[-_a-zA-Z0-9.$]*\\s*\\))(=)([\"'])",
|
|
53
|
-
"beginCaptures": {
|
|
54
|
-
"1": {
|
|
55
|
-
"name": "entity.other.attribute-name.html entity.other.ng-binding-name.event.html",
|
|
56
|
-
"patterns": [
|
|
57
|
-
{
|
|
58
|
-
"include": "#bindingKey"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
"2": {
|
|
63
|
-
"name": "punctuation.separator.key-value.html"
|
|
64
|
-
},
|
|
65
|
-
"3": {
|
|
66
|
-
"name": "string.quoted.html punctuation.definition.string.begin.html"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"contentName": "expression.ng",
|
|
70
|
-
"end": "\\3",
|
|
71
|
-
"endCaptures": {
|
|
72
|
-
"0": {
|
|
73
|
-
"name": "string.quoted.html punctuation.definition.string.end.html"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"name": "meta.ng-binding.event.html",
|
|
77
|
-
"patterns": [
|
|
78
|
-
{
|
|
79
|
-
"include": "expression.ng"
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
15
|
"interpolation": {
|
|
84
16
|
"begin": "{{",
|
|
85
17
|
"beginCaptures": {
|
|
@@ -99,102 +31,6 @@
|
|
|
99
31
|
"include": "expression.ng"
|
|
100
32
|
}
|
|
101
33
|
]
|
|
102
|
-
},
|
|
103
|
-
"propertyBinding": {
|
|
104
|
-
"begin": "(\\[\\s*@?[-_a-zA-Z0-9.$]*%?\\s*])(=)([\"'])",
|
|
105
|
-
"beginCaptures": {
|
|
106
|
-
"1": {
|
|
107
|
-
"name": "entity.other.attribute-name.html entity.other.ng-binding-name.property.html",
|
|
108
|
-
"patterns": [
|
|
109
|
-
{
|
|
110
|
-
"include": "#bindingKey"
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
"2": {
|
|
115
|
-
"name": "punctuation.separator.key-value.html"
|
|
116
|
-
},
|
|
117
|
-
"3": {
|
|
118
|
-
"name": "string.quoted.html punctuation.definition.string.begin.html"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"contentName": "expression.ng",
|
|
122
|
-
"end": "\\3",
|
|
123
|
-
"endCaptures": {
|
|
124
|
-
"0": {
|
|
125
|
-
"name": "string.quoted.html punctuation.definition.string.end.html"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"name": "meta.ng-binding.property.html",
|
|
129
|
-
"patterns": [
|
|
130
|
-
{
|
|
131
|
-
"include": "expression.ng"
|
|
132
|
-
}
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
"templateBinding": {
|
|
136
|
-
"begin": "(\\*[-_a-zA-Z0-9.$]*)(=)([\"'])",
|
|
137
|
-
"beginCaptures": {
|
|
138
|
-
"1": {
|
|
139
|
-
"name": "entity.other.attribute-name.html entity.other.ng-binding-name.template.html",
|
|
140
|
-
"patterns": [
|
|
141
|
-
{
|
|
142
|
-
"include": "#bindingKey"
|
|
143
|
-
}
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
"2": {
|
|
147
|
-
"name": "punctuation.separator.key-value.html"
|
|
148
|
-
},
|
|
149
|
-
"3": {
|
|
150
|
-
"name": "string.quoted.html punctuation.definition.string.begin.html"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"contentName": "expression.ng",
|
|
154
|
-
"end": "\\3",
|
|
155
|
-
"endCaptures": {
|
|
156
|
-
"0": {
|
|
157
|
-
"name": "string.quoted.html punctuation.definition.string.end.html"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"name": "meta.ng-binding.template.html",
|
|
161
|
-
"patterns": [
|
|
162
|
-
{
|
|
163
|
-
"include": "expression.ng"
|
|
164
|
-
}
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
"twoWayBinding": {
|
|
168
|
-
"begin": "(\\[\\s*\\(\\s*@?[-_a-zA-Z0-9.$]*\\s*\\)\\s*\\])(=)([\"'])",
|
|
169
|
-
"beginCaptures": {
|
|
170
|
-
"1": {
|
|
171
|
-
"name": "entity.other.attribute-name.html entity.other.ng-binding-name.two-way.html",
|
|
172
|
-
"patterns": [
|
|
173
|
-
{
|
|
174
|
-
"include": "#bindingKey"
|
|
175
|
-
}
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
|
-
"2": {
|
|
179
|
-
"name": "punctuation.separator.key-value.html"
|
|
180
|
-
},
|
|
181
|
-
"3": {
|
|
182
|
-
"name": "string.quoted.html punctuation.definition.string.begin.html"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"contentName": "expression.ng",
|
|
186
|
-
"end": "\\3",
|
|
187
|
-
"endCaptures": {
|
|
188
|
-
"0": {
|
|
189
|
-
"name": "string.quoted.html punctuation.definition.string.end.html"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
"name": "meta.ng-binding.two-way.html",
|
|
193
|
-
"patterns": [
|
|
194
|
-
{
|
|
195
|
-
"include": "expression.ng"
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
34
|
}
|
|
199
35
|
},
|
|
200
36
|
"scopeName": "template.ng"
|
package/grammars/crystal.json
CHANGED
package/grammars/csv.json
CHANGED
package/index.js
CHANGED
|
@@ -434,7 +434,7 @@ export const grammars = [
|
|
|
434
434
|
source: 'https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.tmLanguage.json',
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
byteSize:
|
|
437
|
+
byteSize: 32151,
|
|
438
438
|
displayName: 'Crystal',
|
|
439
439
|
embedded: [
|
|
440
440
|
'html',
|
|
@@ -444,13 +444,13 @@ export const grammars = [
|
|
|
444
444
|
'javascript',
|
|
445
445
|
'shellscript',
|
|
446
446
|
],
|
|
447
|
-
lastUpdate: '2023-
|
|
447
|
+
lastUpdate: '2023-12-02T04:16:10Z',
|
|
448
448
|
license: 'MIT',
|
|
449
449
|
licenseUrl: 'https://raw.githubusercontent.com/crystal-lang-tools/vscode-crystal-lang/master/LICENSE',
|
|
450
450
|
name: 'crystal',
|
|
451
451
|
scopeName: 'source.crystal',
|
|
452
|
-
sha: '
|
|
453
|
-
source: 'https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/
|
|
452
|
+
sha: '3fc307078e1cfb44247eae890253f09fbc0816e2',
|
|
453
|
+
source: 'https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/3fc307078e1cfb44247eae890253f09fbc0816e2/syntaxes/crystal.json',
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
aliases: [
|
|
@@ -485,11 +485,11 @@ export const grammars = [
|
|
|
485
485
|
source: 'https://github.com/microsoft/vscode/blob/ae23e73ba0690ae82614d585e10a88d608ccdda0/extensions/css/syntaxes/css.tmLanguage.json',
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
|
-
byteSize:
|
|
488
|
+
byteSize: 1097,
|
|
489
489
|
categories: [
|
|
490
490
|
'data',
|
|
491
491
|
],
|
|
492
|
-
displayName: '
|
|
492
|
+
displayName: 'CSV',
|
|
493
493
|
lastUpdate: '2019-01-31T01:50:13Z',
|
|
494
494
|
license: 'MIT',
|
|
495
495
|
licenseUrl: 'https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE',
|
|
@@ -1059,6 +1059,24 @@ export const grammars = [
|
|
|
1059
1059
|
sha: '45324363153075dab0482312ae24d8c068d81e4f',
|
|
1060
1060
|
source: 'https://github.com/microsoft/vscode/blob/45324363153075dab0482312ae24d8c068d81e4f/extensions/html/syntaxes/html.tmLanguage.json',
|
|
1061
1061
|
},
|
|
1062
|
+
{
|
|
1063
|
+
byteSize: 777,
|
|
1064
|
+
categories: [
|
|
1065
|
+
'web',
|
|
1066
|
+
'markup',
|
|
1067
|
+
],
|
|
1068
|
+
displayName: 'HTML (Derivative)',
|
|
1069
|
+
embedded: [
|
|
1070
|
+
'html',
|
|
1071
|
+
],
|
|
1072
|
+
lastUpdate: '2018-10-04T09:01:56Z',
|
|
1073
|
+
license: 'MIT',
|
|
1074
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1075
|
+
name: 'html-derivative',
|
|
1076
|
+
scopeName: 'text.html.derivative',
|
|
1077
|
+
sha: 'cfc2a2212de9ea10943af58ebd1817a5ad196463',
|
|
1078
|
+
source: 'https://github.com/microsoft/vscode/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json',
|
|
1079
|
+
},
|
|
1062
1080
|
{
|
|
1063
1081
|
byteSize: 4054,
|
|
1064
1082
|
categories: [
|
|
@@ -1515,6 +1533,7 @@ export const grammars = [
|
|
|
1515
1533
|
'elixir',
|
|
1516
1534
|
'latex',
|
|
1517
1535
|
'bibtex',
|
|
1536
|
+
'html-derivative',
|
|
1518
1537
|
],
|
|
1519
1538
|
lastUpdate: '2023-12-13T12:08:01Z',
|
|
1520
1539
|
license: 'MIT',
|
|
@@ -1564,6 +1583,7 @@ export const grammars = [
|
|
|
1564
1583
|
embedded: [
|
|
1565
1584
|
'markdown',
|
|
1566
1585
|
'yaml',
|
|
1586
|
+
'html-derivative',
|
|
1567
1587
|
],
|
|
1568
1588
|
lastUpdate: '2023-09-01T11:16:46Z',
|
|
1569
1589
|
license: 'MIT',
|
|
@@ -2084,6 +2104,7 @@ export const grammars = [
|
|
|
2084
2104
|
],
|
|
2085
2105
|
displayName: 'reStructuredText',
|
|
2086
2106
|
embedded: [
|
|
2107
|
+
'html-derivative',
|
|
2087
2108
|
'cpp',
|
|
2088
2109
|
'python',
|
|
2089
2110
|
'javascript',
|
|
@@ -2626,6 +2647,7 @@ export const grammars = [
|
|
|
2626
2647
|
'yaml',
|
|
2627
2648
|
'toml',
|
|
2628
2649
|
'graphql',
|
|
2650
|
+
'html-derivative',
|
|
2629
2651
|
'markdown-vue',
|
|
2630
2652
|
'vue-directives',
|
|
2631
2653
|
'vue-interpolations',
|
|
@@ -2861,7 +2883,7 @@ export const injections = [
|
|
|
2861
2883
|
source: 'https://github.com/angular/vscode-ng-language-service/blob/c3f3172a70b1a2bfdca3bdee85df9271cb0895cf/syntaxes/inline-template.json',
|
|
2862
2884
|
},
|
|
2863
2885
|
{
|
|
2864
|
-
byteSize:
|
|
2886
|
+
byteSize: 471,
|
|
2865
2887
|
embedded: [
|
|
2866
2888
|
'angular-expression',
|
|
2867
2889
|
],
|
|
@@ -2874,13 +2896,13 @@ export const injections = [
|
|
|
2874
2896
|
'text.html.derivative.ng',
|
|
2875
2897
|
'source.ts.ng',
|
|
2876
2898
|
],
|
|
2877
|
-
lastUpdate: '
|
|
2899
|
+
lastUpdate: '2024-02-02T18:05:10Z',
|
|
2878
2900
|
license: 'MIT',
|
|
2879
2901
|
licenseUrl: 'https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE',
|
|
2880
2902
|
name: 'angular-template',
|
|
2881
2903
|
scopeName: 'template.ng',
|
|
2882
|
-
sha: '
|
|
2883
|
-
source: 'https://github.com/angular/vscode-ng-language-service/blob/
|
|
2904
|
+
sha: '28739e438742bee69faceda5fd15445682451397',
|
|
2905
|
+
source: 'https://github.com/angular/vscode-ng-language-service/blob/28739e438742bee69faceda5fd15445682451397/syntaxes/template.json',
|
|
2884
2906
|
},
|
|
2885
2907
|
{
|
|
2886
2908
|
byteSize: 1151,
|
package/package.json
CHANGED