tm-grammars 1.11.1 → 1.11.3
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 +3 -5
- package/README.md +4 -4
- package/grammars/common-lisp.json +7 -7
- package/grammars/kusto.json +1 -1
- package/grammars/nix.json +5 -5
- package/grammars/vue.json +32 -0
- package/index.js +18 -17
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -5521,12 +5521,12 @@ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5521
5521
|
|
|
5522
5522
|
=========================================================================================================
|
|
5523
5523
|
Files: nix.json
|
|
5524
|
-
License: https://raw.githubusercontent.com/
|
|
5524
|
+
License: https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE
|
|
5525
5525
|
SPDX: MIT
|
|
5526
5526
|
---------------------------------------------------------------------------------------------------------
|
|
5527
|
-
|
|
5527
|
+
MIT License
|
|
5528
5528
|
|
|
5529
|
-
Copyright (c)
|
|
5529
|
+
Copyright (c) 2020 noor
|
|
5530
5530
|
|
|
5531
5531
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5532
5532
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -5545,8 +5545,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
5545
5545
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5546
5546
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5547
5547
|
SOFTWARE.
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
5548
|
=========================================================================================================
|
|
5551
5549
|
Files: nushell.json
|
|
5552
5550
|
License: https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE
|
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ import { grammars } from 'tm-grammars'
|
|
|
50
50
|
| `codeowners` | | [jasonnutter/vscode-codeowners](https://github.com/jasonnutter/vscode-codeowners/blob/219dee0ab25c1bfad0b9de84180117e71221a653/syntaxes/codeowners.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/jasonnutter/vscode-codeowners/master/LICENSE.txt) | | 471.00 B |
|
|
51
51
|
| `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 |
|
|
52
52
|
| `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 |
|
|
53
|
-
| `common-lisp` | `lisp` | [qingpeng9802/vscode-common-lisp](https://github.com/qingpeng9802/vscode-common-lisp/blob/
|
|
53
|
+
| `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) | | 23.50 kB |
|
|
54
54
|
| `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 |
|
|
55
55
|
| `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` | 31.60 kB |
|
|
56
56
|
| `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 |
|
|
@@ -119,7 +119,7 @@ import { grammars } from 'tm-grammars'
|
|
|
119
119
|
| `jsx` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/javascript/syntaxes/JavaScriptReact.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 173.35 kB |
|
|
120
120
|
| `julia` | `jl` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/julia/syntaxes/julia.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `cpp` `python` `javascript` `r` `sql` | 32.82 kB |
|
|
121
121
|
| `kotlin` | `kt` `kts` | [fwcd/vscode-kotlin](https://github.com/fwcd/vscode-kotlin/blob/bb71d917dd97b756d45f2594346efe3d70a15060/syntaxes/kotlin.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fwcd/vscode-kotlin/main/LICENSE) | | 8.22 kB |
|
|
122
|
-
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/
|
|
122
|
+
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/0470269a8381eb43b6e54eb5b5ab6b39e44ebfb8/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | 19.24 kB |
|
|
123
123
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/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` | 53.88 kB |
|
|
124
124
|
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 79.57 kB |
|
|
125
125
|
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/909aab5b1d8be374585bd02ef46e0e38d65f2f89/grammars/liquid.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md) | `html` `css` `json` `javascript` | 15.31 kB |
|
|
@@ -139,7 +139,7 @@ import { grammars } from 'tm-grammars'
|
|
|
139
139
|
| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/7eeb9be8d01556b7c51c59307275c2f720f2ddf4/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md) | | 4.40 kB |
|
|
140
140
|
| `nginx` | | [hangxingliu/vscode-nginx-conf-hint](https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/49159c02fd09dce264ded7802c9499a0f09646f5/src/syntax/nginx.tmLanguage) | [GPL-3.0](https://raw.githubusercontent.com/hangxingliu/vscode-nginx-conf-hint/main/LICENSE) | `lua` | 34.14 kB |
|
|
141
141
|
| `nim` | | [pragmagic/vscode-nim](https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json) | [NOASSERTION](https://raw.githubusercontent.com/pragmagic/vscode-nim/master/LICENSE) | `c` `html` `xml` `javascript` `css` `glsl` `markdown` | 21.82 kB |
|
|
142
|
-
| `nix` | | [
|
|
142
|
+
| `nix` | | [nix-community/vscode-nix-ide](https://github.com/nix-community/vscode-nix-ide/blob/cd420d0bcea26cf1cf650f47c738bd1b6658a80c/syntaxes/nix.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE) | | 14.36 kB |
|
|
143
143
|
| `nushell` | `nu` | [nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/blob/359e3a69c516c996e5bcd7161290f78feaebbbfb/syntaxes/nushell.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE) | | 18.38 kB |
|
|
144
144
|
| `objective-c` | `objc` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 103.61 kB |
|
|
145
145
|
| `objective-cpp` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 168.52 kB |
|
|
@@ -211,7 +211,7 @@ import { grammars } from 'tm-grammars'
|
|
|
211
211
|
| `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 |
|
|
212
212
|
| `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 |
|
|
213
213
|
| `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 |
|
|
214
|
-
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/
|
|
214
|
+
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/3fea0639cec1cf7414ef94c27c9b7416206fd101/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` `coffee` `json` `jsonc` `json5` `yaml` `toml` `graphql` `html-derivative` `markdown-vue` `vue-directives` `vue-interpolations` `vue-sfc-style-variable-injection` | 16.78 kB |
|
|
215
215
|
| `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 |
|
|
216
216
|
| `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 |
|
|
217
217
|
| `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 |
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"constant": {
|
|
116
116
|
"patterns": [
|
|
117
117
|
{
|
|
118
|
-
"match": "(?xi)\n(?<=^|\\s|\\()\n(?:t|single-float-negative-epsilon|single-float-epsilon|short-float-negative-epsilon|short-float-epsilon|pi|\nnil|multiple-values-limit|most-positive-single-float|most-positive-short-float|most-positive-long-float|\nmost-positive-fixnum|most-positive-double-float|most-negative-single-float|most-negative-short-float|\nmost-negative-long-float|most-negative-fixnum|most-negative-double-float|long-float-negative-epsilon|\nlong-float-epsilon|least-positive-single-float|least-positive-short-float|least-positive-normalized-single-float|\nleast-positive-normalized-short-float|least-positive-normalized-long-float|least-positive-normalized-double-float|\nleast-positive-long-float|least-positive-double-float|least-negative-single-float|least-negative-short-float|\nleast-negative-normalized-single-float|least-negative-normalized-short-float|least-negative-normalized-long-float|\nleast-negative-normalized-double-float|least-negative-long-float|least-negative-double-float|lambda-parameters-limit|\nlambda-list-keywords|internal-time-units-per-second|double-float-negative-epsilon|double-float-epsilon|char-code-limit|\ncall-arguments-limit|boole-xor|boole-set|boole-orc2|boole-orc1|boole-nor|boole-nand|boole-ior|boole-eqv|boole-clr|\nboole-c2|boole-c1|boole-andc2|boole-andc1|boole-and|boole-2|boole-1|array-total-size-limit|array-rank-limit|array-dimension-limit)\n(?=(\\s|\\(|\\)))",
|
|
118
|
+
"match": "(?xi)\n(?<=^|\\s|\\(|,@|,\\.|,)\n(?:t|single-float-negative-epsilon|single-float-epsilon|short-float-negative-epsilon|short-float-epsilon|pi|\nnil|multiple-values-limit|most-positive-single-float|most-positive-short-float|most-positive-long-float|\nmost-positive-fixnum|most-positive-double-float|most-negative-single-float|most-negative-short-float|\nmost-negative-long-float|most-negative-fixnum|most-negative-double-float|long-float-negative-epsilon|\nlong-float-epsilon|least-positive-single-float|least-positive-short-float|least-positive-normalized-single-float|\nleast-positive-normalized-short-float|least-positive-normalized-long-float|least-positive-normalized-double-float|\nleast-positive-long-float|least-positive-double-float|least-negative-single-float|least-negative-short-float|\nleast-negative-normalized-single-float|least-negative-normalized-short-float|least-negative-normalized-long-float|\nleast-negative-normalized-double-float|least-negative-long-float|least-negative-double-float|lambda-parameters-limit|\nlambda-list-keywords|internal-time-units-per-second|double-float-negative-epsilon|double-float-epsilon|char-code-limit|\ncall-arguments-limit|boole-xor|boole-set|boole-orc2|boole-orc1|boole-nor|boole-nand|boole-ior|boole-eqv|boole-clr|\nboole-c2|boole-c1|boole-andc2|boole-andc1|boole-and|boole-2|boole-1|array-total-size-limit|array-rank-limit|array-dimension-limit)\n(?=(\\s|\\(|\\)))",
|
|
119
119
|
"name": "constant.language.commonlisp"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
|
-
"match": "(?x)\n(?<=^|\\s|\\()\n([+-]?[0-9]+(?:\\/[0-9]+)*|\n[-+]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?|\n(\\#b|\\#B)[01\\/+-]+|(\\#o|\\#O)[0-7\\/+-]+|(\\#x|\\#X)[0-9a-fA-F\\/+-]+|(\\#[0-9]+[rR]?)[0-9a-zA-Z\\/+-]+)\n(?=(\\s|\\)))",
|
|
122
|
+
"match": "(?x)\n(?<=^|\\s|\\(|,@|,\\.|,)\n([+-]?[0-9]+(?:\\/[0-9]+)*|\n[-+]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?|\n(\\#b|\\#B)[01\\/+-]+|(\\#o|\\#O)[0-7\\/+-]+|(\\#x|\\#X)[0-9a-fA-F\\/+-]+|(\\#[0-9]+[rR]?)[0-9a-zA-Z\\/+-]+)\n(?=(\\s|\\)))",
|
|
123
123
|
"name": "constant.numeric.commonlisp"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"name": "variable.other.constant.dot.commonlisp"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
|
-
"match": "(?x)\n(?<=^|\\s|\\()\n([+-]?[0-9]*\\.[0-9]*((e|s|f|d|l|E|S|F|D|L)[+-]?[0-9]+)?|\n[+-]?[0-9]+(\\.[0-9]*)?(e|s|f|d|l|E|S|F|D|L)[+-]?[0-9]+)\n(?=(\\s|\\)))",
|
|
130
|
+
"match": "(?x)\n(?<=^|\\s|\\(|,@|,\\.|,)\n([+-]?[0-9]*\\.[0-9]*((e|s|f|d|l|E|S|F|D|L)[+-]?[0-9]+)?|\n[+-]?[0-9]+(\\.[0-9]*)?(e|s|f|d|l|E|S|F|D|L)[+-]?[0-9]+)\n(?=(\\s|\\)))",
|
|
131
131
|
"name": "constant.numeric.commonlisp"
|
|
132
132
|
}
|
|
133
133
|
]
|
|
@@ -531,11 +531,11 @@
|
|
|
531
531
|
"match": "(?xi)\n(?<=^'|\\s'|\\('|,@'|,\\.'|,')\n(\\S+?)\n(\\:\\:|\\:)\n((\\+[^\\s\\+]+\\+)|(\\*[^\\s\\*]+\\*))\n(?=(\\s|\\(|\\)))"
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
|
-
"match": "(?xi)\n(?<=\\S:|^|\\s|\\()\n(\\+[^\\s\\+]+\\+)\n(?=(\\s|\\(|\\)))",
|
|
534
|
+
"match": "(?xi)\n(?<=\\S:|^|\\s|\\(|,@|,\\.|,)\n(\\+[^\\s\\+]+\\+)\n(?=(\\s|\\(|\\)))",
|
|
535
535
|
"name": "variable.other.constant.earmuffsplus.commonlisp"
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
|
-
"match": "(?xi)\n(?<=\\S:|^|\\s|\\()\n(\\*[^\\s\\*]+\\*)\n(?=(\\s|\\(|\\)))",
|
|
538
|
+
"match": "(?xi)\n(?<=\\S:|^|\\s|\\(|,@|,\\.|,)\n(\\*[^\\s\\*]+\\*)\n(?=(\\s|\\(|\\)))",
|
|
539
539
|
"name": "string.regexp.earmuffsasterisk.commonlisp"
|
|
540
540
|
}
|
|
541
541
|
]
|
|
@@ -551,11 +551,11 @@
|
|
|
551
551
|
"variable": {
|
|
552
552
|
"patterns": [
|
|
553
553
|
{
|
|
554
|
-
"match": "(?xi)\n(?<=^|\\s|\\()\n(?:\\*trace-output\\*|\\*terminal-io\\*|\\*standard-output\\*|\\*standard-input\\*|\\*readtable\\*|\\*read-suppress\\*|\\*read-eval\\*|\n\\*read-default-float-format\\*|\\*read-base\\*|\\*random-state\\*|\\*query-io\\*|\\*print-right-margin\\*|\\*print-readably\\*|\\*print-radix\\*|\\*print-pretty\\*|\n\\*print-pprint-dispatch\\*|\\*print-miser-width\\*|\\*print-lines\\*|\\*print-level\\*|\\*print-length\\*|\\*print-gensym\\*|\\*print-escape\\*|\\*print-circle\\*|\n\\*print-case\\*|\\*print-base\\*|\\*print-array\\*|\\*package\\*|\\*modules\\*|\\*macroexpand-hook\\*|\\*load-verbose\\*|\\*load-truename\\*|\\*load-print\\*|\n\\*load-pathname\\*|\\*gensym-counter\\*|\\*features\\*|\\*error-output\\*|\\*default-pathname-defaults\\*|\\*debugger-hook\\*|\\*debug-io\\*|\\*compile-verbose\\*|\n\\*compile-print\\*|\\*compile-file-truename\\*|\\*compile-file-pathname\\*|\\*break-on-signals\\*)\n(?=(\\s|\\(|\\)))",
|
|
554
|
+
"match": "(?xi)\n(?<=^|\\s|\\(|,@|,\\.|,)\n(?:\\*trace-output\\*|\\*terminal-io\\*|\\*standard-output\\*|\\*standard-input\\*|\\*readtable\\*|\\*read-suppress\\*|\\*read-eval\\*|\n\\*read-default-float-format\\*|\\*read-base\\*|\\*random-state\\*|\\*query-io\\*|\\*print-right-margin\\*|\\*print-readably\\*|\\*print-radix\\*|\\*print-pretty\\*|\n\\*print-pprint-dispatch\\*|\\*print-miser-width\\*|\\*print-lines\\*|\\*print-level\\*|\\*print-length\\*|\\*print-gensym\\*|\\*print-escape\\*|\\*print-circle\\*|\n\\*print-case\\*|\\*print-base\\*|\\*print-array\\*|\\*package\\*|\\*modules\\*|\\*macroexpand-hook\\*|\\*load-verbose\\*|\\*load-truename\\*|\\*load-print\\*|\n\\*load-pathname\\*|\\*gensym-counter\\*|\\*features\\*|\\*error-output\\*|\\*default-pathname-defaults\\*|\\*debugger-hook\\*|\\*debug-io\\*|\\*compile-verbose\\*|\n\\*compile-print\\*|\\*compile-file-truename\\*|\\*compile-file-pathname\\*|\\*break-on-signals\\*)\n(?=(\\s|\\(|\\)))",
|
|
555
555
|
"name": "string.regexp.earmuffsasterisk.commonlisp"
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
|
-
"match": "(?xi)\n(?<=^|\\s|\\()\n(?:\\*\\*\\*|\\*\\*|\\+\\+\\+|\\+\\+|\\/\\/\\/|\\/\\/)\n(?=(\\s|\\(|\\)))",
|
|
558
|
+
"match": "(?xi)\n(?<=^|\\s|\\(|,@|,\\.|,)\n(?:\\*\\*\\*|\\*\\*|\\+\\+\\+|\\+\\+|\\/\\/\\/|\\/\\/)\n(?=(\\s|\\(|\\)))",
|
|
559
559
|
"name": "variable.other.repl.commonlisp"
|
|
560
560
|
}
|
|
561
561
|
]
|
package/grammars/kusto.json
CHANGED
package/grammars/nix.json
CHANGED
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"end": "(?=([\\])};]|\\b(else|then)\\b))",
|
|
258
258
|
"patterns": [
|
|
259
259
|
{
|
|
260
|
-
"begin": "(?=(\\s*\\}|\\\"|\\binherit\\b|\\b[a-zA-Z\\_][a-zA-Z0-9\\_\\'\\-]*(\\s*\\.|\\s*=[^=])))",
|
|
260
|
+
"begin": "(?=(\\s*\\}|\\\"|\\binherit\\b|\\$\\{|\\b[a-zA-Z\\_][a-zA-Z0-9\\_\\'\\-]*(\\s*\\.|\\s*=[^=])))",
|
|
261
261
|
"end": "(?=([\\])};,]|\\b(else|then)\\b))",
|
|
262
262
|
"patterns": [
|
|
263
263
|
{
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
]
|
|
356
356
|
},
|
|
357
357
|
"bad-reserved": {
|
|
358
|
-
"match": "\\
|
|
358
|
+
"match": "(?<![\\w'-])(if|then|else|assert|with|let|in|rec|inherit)(?![\\w'-])",
|
|
359
359
|
"name": "invalid.illegal.reserved.nix"
|
|
360
360
|
},
|
|
361
361
|
"comment": {
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"name": "punctuation.section.embedded.end.nix"
|
|
892
892
|
}
|
|
893
893
|
},
|
|
894
|
-
"name": "
|
|
894
|
+
"name": "meta.embedded",
|
|
895
895
|
"patterns": [
|
|
896
896
|
{
|
|
897
897
|
"include": "#expression"
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
]
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
|
-
"begin": "([a-zA-Z0-9\\.\\_\\-\\+]*(\\/[a-zA-Z0-9\\.\\_\\-\\+]+)+)",
|
|
1114
|
+
"begin": "(~?[a-zA-Z0-9\\.\\_\\-\\+]*(\\/[a-zA-Z0-9\\.\\_\\-\\+]+)+)",
|
|
1115
1115
|
"beginCaptures": {
|
|
1116
1116
|
"0": {
|
|
1117
1117
|
"name": "string.unquoted.path.nix"
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
"match": "\\s+"
|
|
1183
1183
|
},
|
|
1184
1184
|
"with-assert": {
|
|
1185
|
-
"begin": "\\
|
|
1185
|
+
"begin": "(?<![\\w'-])(with|assert)(?![\\w'-])",
|
|
1186
1186
|
"beginCaptures": {
|
|
1187
1187
|
"0": {
|
|
1188
1188
|
"name": "keyword.other.nix"
|
package/grammars/vue.json
CHANGED
|
@@ -438,6 +438,38 @@
|
|
|
438
438
|
}
|
|
439
439
|
]
|
|
440
440
|
},
|
|
441
|
+
{
|
|
442
|
+
"begin": "([a-zA-Z0-9:-]+)\\b(?=[^>]*\\blang\\s*=\\s*(['\"]?)coffee\\b\\2)",
|
|
443
|
+
"beginCaptures": {
|
|
444
|
+
"1": {
|
|
445
|
+
"name": "entity.name.tag.$1.html.vue"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
"end": "(</)(\\1)\\s*(?=>)",
|
|
449
|
+
"endCaptures": {
|
|
450
|
+
"1": {
|
|
451
|
+
"name": "punctuation.definition.tag.begin.html.vue"
|
|
452
|
+
},
|
|
453
|
+
"2": {
|
|
454
|
+
"name": "entity.name.tag.$2.html.vue"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"patterns": [
|
|
458
|
+
{
|
|
459
|
+
"include": "#tag-stuff"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"begin": "(?<=>)",
|
|
463
|
+
"end": "(?=<\\/)",
|
|
464
|
+
"name": "source.coffee",
|
|
465
|
+
"patterns": [
|
|
466
|
+
{
|
|
467
|
+
"include": "source.coffee"
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
}
|
|
471
|
+
]
|
|
472
|
+
},
|
|
441
473
|
{
|
|
442
474
|
"begin": "([a-zA-Z0-9:-]+)\\b(?=[^>]*\\blang\\s*=\\s*(['\"]?)json\\b\\2)",
|
|
443
475
|
"beginCaptures": {
|
package/index.js
CHANGED
|
@@ -490,19 +490,19 @@ export const grammars = [
|
|
|
490
490
|
aliases: [
|
|
491
491
|
'lisp',
|
|
492
492
|
],
|
|
493
|
-
byteSize:
|
|
493
|
+
byteSize: 24062,
|
|
494
494
|
categories: [
|
|
495
495
|
'general',
|
|
496
496
|
'lisp',
|
|
497
497
|
],
|
|
498
498
|
displayName: 'Common Lisp',
|
|
499
|
-
lastUpdate: '
|
|
499
|
+
lastUpdate: '2024-05-10T18:29:42Z',
|
|
500
500
|
license: 'MIT',
|
|
501
501
|
licenseUrl: 'https://raw.githubusercontent.com/qingpeng9802/vscode-common-lisp/master/LICENSE',
|
|
502
502
|
name: 'common-lisp',
|
|
503
503
|
scopeName: 'source.commonlisp',
|
|
504
|
-
sha: '
|
|
505
|
-
source: 'https://github.com/qingpeng9802/vscode-common-lisp/blob/
|
|
504
|
+
sha: '79d04dc9ca80d98e65c4f28b3d67a24a7829b18f',
|
|
505
|
+
source: 'https://github.com/qingpeng9802/vscode-common-lisp/blob/79d04dc9ca80d98e65c4f28b3d67a24a7829b18f/syntaxes/commonlisp.tmLanguage.json',
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
aliases: [
|
|
@@ -1565,13 +1565,13 @@ export const grammars = [
|
|
|
1565
1565
|
aliases: [
|
|
1566
1566
|
'kql',
|
|
1567
1567
|
],
|
|
1568
|
-
byteSize:
|
|
1568
|
+
byteSize: 19702,
|
|
1569
1569
|
displayName: 'Kusto',
|
|
1570
|
-
lastUpdate: '
|
|
1570
|
+
lastUpdate: '2024-05-13T03:27:46Z',
|
|
1571
1571
|
name: 'kusto',
|
|
1572
1572
|
scopeName: 'source.kusto',
|
|
1573
|
-
sha: '
|
|
1574
|
-
source: 'https://github.com/rosshamish/kuskus/blob/
|
|
1573
|
+
sha: '0470269a8381eb43b6e54eb5b5ab6b39e44ebfb8',
|
|
1574
|
+
source: 'https://github.com/rosshamish/kuskus/blob/0470269a8381eb43b6e54eb5b5ab6b39e44ebfb8/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
1575
1575
|
},
|
|
1576
1576
|
{
|
|
1577
1577
|
byteSize: 55169,
|
|
@@ -1975,15 +1975,15 @@ export const grammars = [
|
|
|
1975
1975
|
source: 'https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json',
|
|
1976
1976
|
},
|
|
1977
1977
|
{
|
|
1978
|
-
byteSize:
|
|
1978
|
+
byteSize: 14708,
|
|
1979
1979
|
displayName: 'Nix',
|
|
1980
|
-
lastUpdate: '
|
|
1980
|
+
lastUpdate: '2022-04-17T09:05:16Z',
|
|
1981
1981
|
license: 'MIT',
|
|
1982
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
1982
|
+
licenseUrl: 'https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE',
|
|
1983
1983
|
name: 'nix',
|
|
1984
1984
|
scopeName: 'source.nix',
|
|
1985
|
-
sha: '
|
|
1986
|
-
source: 'https://github.com/
|
|
1985
|
+
sha: 'cd420d0bcea26cf1cf650f47c738bd1b6658a80c',
|
|
1986
|
+
source: 'https://github.com/nix-community/vscode-nix-ide/blob/cd420d0bcea26cf1cf650f47c738bd1b6658a80c/syntaxes/nix.YAML-tmLanguage',
|
|
1987
1987
|
},
|
|
1988
1988
|
{
|
|
1989
1989
|
aliases: [
|
|
@@ -3036,7 +3036,7 @@ export const grammars = [
|
|
|
3036
3036
|
source: 'https://github.com/dunstontc/viml/blob/8762570fc7d6f1009a3c93efd2a337330d88b88e/syntaxes/viml.tmLanguage.json',
|
|
3037
3037
|
},
|
|
3038
3038
|
{
|
|
3039
|
-
byteSize:
|
|
3039
|
+
byteSize: 17178,
|
|
3040
3040
|
categories: [
|
|
3041
3041
|
'web',
|
|
3042
3042
|
],
|
|
@@ -3054,6 +3054,7 @@ export const grammars = [
|
|
|
3054
3054
|
'typescript',
|
|
3055
3055
|
'jsx',
|
|
3056
3056
|
'tsx',
|
|
3057
|
+
'coffee',
|
|
3057
3058
|
'json',
|
|
3058
3059
|
'jsonc',
|
|
3059
3060
|
'json5',
|
|
@@ -3066,13 +3067,13 @@ export const grammars = [
|
|
|
3066
3067
|
'vue-interpolations',
|
|
3067
3068
|
'vue-sfc-style-variable-injection',
|
|
3068
3069
|
],
|
|
3069
|
-
lastUpdate: '
|
|
3070
|
+
lastUpdate: '2024-05-13T17:43:43Z',
|
|
3070
3071
|
license: 'MIT',
|
|
3071
3072
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
3072
3073
|
name: 'vue',
|
|
3073
3074
|
scopeName: 'source.vue',
|
|
3074
|
-
sha: '
|
|
3075
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
3075
|
+
sha: '3fea0639cec1cf7414ef94c27c9b7416206fd101',
|
|
3076
|
+
source: 'https://github.com/vuejs/language-tools/blob/3fea0639cec1cf7414ef94c27c9b7416206fd101/extensions/vscode/syntaxes/vue.tmLanguage.json',
|
|
3076
3077
|
},
|
|
3077
3078
|
{
|
|
3078
3079
|
byteSize: 8255,
|