tm-grammars 1.13.6 → 1.13.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +5 -5
- package/grammars/bicep.json +1 -1
- package/grammars/less.json +149 -29
- package/grammars/markdown.json +24 -4
- package/grammars/typespec.json +3 -0
- package/grammars/yaml.json +379 -1385
- package/index.js +21 -23
- 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, 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
|
|
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
|
|
981
981
|
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
982
982
|
SPDX: MIT
|
|
983
983
|
---------------------------------------------------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ import { grammars } from 'tm-grammars'
|
|
|
39
39
|
| `beancount` | | [Lencerf/vscode-beancount](https://github.com/Lencerf/vscode-beancount/blob/ffc762e047bb09ed5d16508b302aef16a6057139/syntaxes/beancount.tmLanguage) | [MIT](https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE) | | 10.19 kB |
|
|
40
40
|
| `berry` | `be` | [berry-lang/berry](https://github.com/berry-lang/berry/blob/a0f5c044a3b593deaf87292ca6f04c2343e53dc8/tools/plugins/vscode/skiars.berry-1.1.0/syntaxes/berry.json) | [MIT](https://raw.githubusercontent.com/berry-lang/berry/master/LICENSE) | | 2.12 kB |
|
|
41
41
|
| `bibtex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/latex/syntaxes/Bibtex.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 4.68 kB |
|
|
42
|
-
| `bicep` | | [Azure/bicep](https://github.com/Azure/bicep/blob/
|
|
42
|
+
| `bicep` | | [Azure/bicep](https://github.com/Azure/bicep/blob/c6267d6ef1c14783bbe80611ceaa8cc507e6951a/src/textmate/bicep.tmlanguage) | [MIT](https://raw.githubusercontent.com/Azure/bicep/main/LICENSE) | | 3.95 kB |
|
|
43
43
|
| `blade` | | [spatie/shiki-php](https://github.com/spatie/shiki-php/blob/e985c3ab6b13252ad4521b7edb8ff91a9da3dd46/languages/blade.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/spatie/shiki-php/main/LICENSE.md) | `html` `xml` `sql` `javascript` `json` `css` | 101.01 kB |
|
|
44
44
|
| `c` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/cpp/syntaxes/c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 69.70 kB |
|
|
45
45
|
| `cadence` | `cdc` | [onflow/vscode-cadence](https://github.com/onflow/vscode-cadence/blob/e227d66c0346d2229da8c81a116abefdcda5f443/extension/language/syntaxes/cadence.tmGrammar.json) | [Apache-2.0](https://raw.githubusercontent.com/onflow/vscode-cadence/master/LICENSE) | | 10.34 kB |
|
|
@@ -122,14 +122,14 @@ import { grammars } from 'tm-grammars'
|
|
|
122
122
|
| `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 |
|
|
123
123
|
| `kusto` | `kql` | [rosshamish/kuskus](https://github.com/rosshamish/kuskus/blob/6e6deead4af243432902869e1767df8a612cffe1/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json) | | | 19.60 kB |
|
|
124
124
|
| `latex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ed4e6eda599f37bac9a11952403a6e63fd4f5a4d/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.80 kB |
|
|
125
|
-
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
125
|
+
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/2b9ebd6897fb57f2f3dc9dc04957288c50717190/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 82.08 kB |
|
|
126
126
|
| `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 |
|
|
127
127
|
| `log` | | [emilast/vscode-logfile-highlighter](https://github.com/emilast/vscode-logfile-highlighter/blob/eb50e785c27b4b4f7dbf6c0e801c58fe91baef5d/syntaxes/log.tmLanguage) | [MIT](https://raw.githubusercontent.com/emilast/vscode-logfile-highlighter/master/LICENSE) | | 2.51 kB |
|
|
128
128
|
| `logo` | | [textmate/logo.tmbundle](https://github.com/textmate/logo.tmbundle/blob/3205e987ed2a2aa11accdd55a7d094832441f89c/Syntaxes/Logo.tmLanguage) | | | 3.03 kB |
|
|
129
129
|
| `lua` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/lua/syntaxes/lua.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `c` | 14.41 kB |
|
|
130
130
|
| `luau` | | [JohnnyMorganz/Luau.tmLanguage](https://github.com/JohnnyMorganz/Luau.tmLanguage/blob/5febad569516f7a3a587b59389fc2cdc40bff972/Luau.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/JohnnyMorganz/Luau.tmLanguage/main/LICENSE.md) | | 12.01 kB |
|
|
131
131
|
| `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 |
|
|
132
|
-
| `markdown` | `md` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
132
|
+
| `markdown` | `md` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/1cd7cf5decbe06cb42efdb03c44d19e4f9b2ba58/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` `regexp` `rust` `scala` `shellscript` `typescript` `tsx` `csharp` `fsharp` `dart` `handlebars` `log` `erlang` `elixir` `latex` `bibtex` `html-derivative` | 52.88 kB |
|
|
133
133
|
| `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 |
|
|
134
134
|
| `matlab` | | [mathworks/MATLAB-Language-grammar](https://github.com/mathworks/MATLAB-Language-grammar/blob/69dbf20c1eb19efd629c0438a2a493e60617e8de/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) | | | 19.38 kB |
|
|
135
135
|
| `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 |
|
|
@@ -207,7 +207,7 @@ import { grammars } from 'tm-grammars'
|
|
|
207
207
|
| `turtle` | | [stardog-union/stardog-vsc](https://github.com/stardog-union/stardog-vsc/blob/3f1364b08bdbf4b4d77f123682db7d2b708b2f6e/stardog-rdf-grammars/syntaxes/turtle.tmLanguage.json) | | | 3.50 kB |
|
|
208
208
|
| `twig` | | [mblode/vscode-twig-language-2](https://github.com/mblode/vscode-twig-language-2/blob/82ae07ffe96656181ad8265c1fff008c8d1cdbba/src/syntaxes/twig.tmLanguage) | [MIT](https://raw.githubusercontent.com/mblode/vscode-twig-language-2/master/LICENSE.md) | `css` `javascript` `scss` `php` `python` `ruby` | 20.64 kB |
|
|
209
209
|
| `typescript` | `ts` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 177.10 kB |
|
|
210
|
-
| `typespec` | `tsp` | [microsoft/typespec](https://github.com/microsoft/typespec/blob/
|
|
210
|
+
| `typespec` | `tsp` | [microsoft/typespec](https://github.com/microsoft/typespec/blob/7900f29d65c9f37584100fdfbfd0f6409b7381e7/grammars/typespec.json) | [MIT](https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE) | | 26.20 kB |
|
|
211
211
|
| `typst` | `typ` | [nvarner/typst-lsp](https://github.com/nvarner/typst-lsp/blob/6972d4b9c2cbcb0551e203067f09ec84ca8f9df3/editors/vscode/typst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nvarner/typst-lsp/master/LICENSE-MIT.txt) | | 7.98 kB |
|
|
212
212
|
| `v` | | [vlang/vscode-vlang](https://github.com/vlang/vscode-vlang/blob/b1f529602bc6536ad8967373302e151e77179598/syntaxes/v.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE) | | 12.76 kB |
|
|
213
213
|
| `vala` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/vala.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | 3.14 kB |
|
|
@@ -225,7 +225,7 @@ import { grammars } from 'tm-grammars'
|
|
|
225
225
|
| `wolfram` | `wl` | [WolframResearch/vscode-wolfram](https://github.com/WolframResearch/vscode-wolfram/blob/8b55fb1724d971a303120b3f5b981d654c308c59/syntaxes/wolfram.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/WolframResearch/vscode-wolfram/master/LICENSE) | | 260.39 kB |
|
|
226
226
|
| `xml` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/10a1d2a50a2882f5ae85bdb51eb04d3064fb9de9/extensions/xml/syntaxes/xml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `java` | 5.11 kB |
|
|
227
227
|
| `xsl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/xml/syntaxes/xsl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `xml` | 1.20 kB |
|
|
228
|
-
| `yaml` | `yml` | [
|
|
228
|
+
| `yaml` | `yml` | [textmate/yaml.tmbundle](https://github.com/textmate/yaml.tmbundle/blob/e54ceae3b719506dba7e481a77cea4a8b576ae46/Syntaxes/YAML.tmLanguage) | | | 10.71 kB |
|
|
229
229
|
| `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 |
|
|
230
230
|
| `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/4874aafc7cc3e59ffc155d34eb98c81c0ca4ffcd/syntaxes/zig.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE) | | 5.06 kB |
|
|
231
231
|
|
package/grammars/bicep.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"name": "variable.other.readwrite.bicep"
|
|
139
139
|
},
|
|
140
140
|
"keyword": {
|
|
141
|
-
"match": "\\b(metadata|targetScope|resource|module|param|var|output|for|in|if|existing|import|as|type|with|using|func|assert|provider)\\b",
|
|
141
|
+
"match": "\\b(metadata|targetScope|resource|module|param|var|output|for|in|if|existing|import|as|type|with|using|extends|func|assert|provider)\\b",
|
|
142
142
|
"name": "keyword.control.declaration.bicep"
|
|
143
143
|
},
|
|
144
144
|
"lambda-start": {
|
package/grammars/less.json
CHANGED
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
{
|
|
610
610
|
"include": "#filter-function"
|
|
611
611
|
},
|
|
612
|
+
{
|
|
613
|
+
"include": "#fit-content-function"
|
|
614
|
+
},
|
|
612
615
|
{
|
|
613
616
|
"include": "#format-function"
|
|
614
617
|
},
|
|
@@ -732,6 +735,9 @@
|
|
|
732
735
|
{
|
|
733
736
|
"include": "#less-variables"
|
|
734
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"include": "#var-function"
|
|
740
|
+
},
|
|
735
741
|
{
|
|
736
742
|
"include": "#comma-delimiter"
|
|
737
743
|
},
|
|
@@ -775,6 +781,9 @@
|
|
|
775
781
|
{
|
|
776
782
|
"include": "#less-variables"
|
|
777
783
|
},
|
|
784
|
+
{
|
|
785
|
+
"include": "#var-function"
|
|
786
|
+
},
|
|
778
787
|
{
|
|
779
788
|
"include": "#comma-delimiter"
|
|
780
789
|
},
|
|
@@ -807,6 +816,9 @@
|
|
|
807
816
|
{
|
|
808
817
|
"include": "#less-variables"
|
|
809
818
|
},
|
|
819
|
+
{
|
|
820
|
+
"include": "#var-function"
|
|
821
|
+
},
|
|
810
822
|
{
|
|
811
823
|
"match": "\\b(aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)\\b",
|
|
812
824
|
"name": "support.constant.color.w3c-standard-color-name.less"
|
|
@@ -896,6 +908,9 @@
|
|
|
896
908
|
{
|
|
897
909
|
"include": "#less-variables"
|
|
898
910
|
},
|
|
911
|
+
{
|
|
912
|
+
"include": "#var-function"
|
|
913
|
+
},
|
|
899
914
|
{
|
|
900
915
|
"match": "(?:--(?:[[-\\w][^\\x{00}-\\x{7F}]]|(?:\\\\\\h{1,6}[\\s\\t\\n\\f]?|\\\\[^\\n\\f\\h]))+|-?(?:[[_a-zA-Z][^\\x{00}-\\x{7F}]]|(?:\\\\\\h{1,6}[\\s\\t\\n\\f]?|\\\\[^\\n\\f\\h]))(?:[[-\\w][^\\x{00}-\\x{7F}]]|(?:\\\\\\h{1,6}[\\s\\t\\n\\f]?|\\\\[^\\n\\f\\h]))*)",
|
|
901
916
|
"name": "entity.other.counter-name.less"
|
|
@@ -955,6 +970,9 @@
|
|
|
955
970
|
{
|
|
956
971
|
"include": "#less-variables"
|
|
957
972
|
},
|
|
973
|
+
{
|
|
974
|
+
"include": "#var-function"
|
|
975
|
+
},
|
|
958
976
|
{
|
|
959
977
|
"include": "#literal-string"
|
|
960
978
|
},
|
|
@@ -1047,6 +1065,9 @@
|
|
|
1047
1065
|
},
|
|
1048
1066
|
"end": "(?=\\))",
|
|
1049
1067
|
"patterns": [
|
|
1068
|
+
{
|
|
1069
|
+
"include": "#var-function"
|
|
1070
|
+
},
|
|
1050
1071
|
{
|
|
1051
1072
|
"include": "#comma-delimiter"
|
|
1052
1073
|
},
|
|
@@ -1269,6 +1290,49 @@
|
|
|
1269
1290
|
}
|
|
1270
1291
|
]
|
|
1271
1292
|
},
|
|
1293
|
+
"fit-content-function": {
|
|
1294
|
+
"begin": "\\b(fit-content)(?=\\()",
|
|
1295
|
+
"beginCaptures": {
|
|
1296
|
+
"1": {
|
|
1297
|
+
"name": "support.function.grid.less"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"end": "\\)",
|
|
1301
|
+
"endCaptures": {
|
|
1302
|
+
"0": {
|
|
1303
|
+
"name": "punctuation.definition.group.end.less"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
"name": "meta.function-call.less",
|
|
1307
|
+
"patterns": [
|
|
1308
|
+
{
|
|
1309
|
+
"begin": "\\(",
|
|
1310
|
+
"beginCaptures": {
|
|
1311
|
+
"0": {
|
|
1312
|
+
"name": "punctuation.definition.group.begin.less"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"end": "(?=\\))",
|
|
1316
|
+
"patterns": [
|
|
1317
|
+
{
|
|
1318
|
+
"include": "#less-variables"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"include": "#var-function"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"include": "#calc-function"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"include": "#length-type"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"include": "#percentage-type"
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
}
|
|
1334
|
+
]
|
|
1335
|
+
},
|
|
1272
1336
|
"format-function": {
|
|
1273
1337
|
"patterns": [
|
|
1274
1338
|
{
|
|
@@ -1342,6 +1406,9 @@
|
|
|
1342
1406
|
{
|
|
1343
1407
|
"include": "#less-variables"
|
|
1344
1408
|
},
|
|
1409
|
+
{
|
|
1410
|
+
"include": "#var-function"
|
|
1411
|
+
},
|
|
1345
1412
|
{
|
|
1346
1413
|
"include": "#angle-type"
|
|
1347
1414
|
},
|
|
@@ -1396,6 +1463,9 @@
|
|
|
1396
1463
|
{
|
|
1397
1464
|
"include": "#less-variables"
|
|
1398
1465
|
},
|
|
1466
|
+
{
|
|
1467
|
+
"include": "#var-function"
|
|
1468
|
+
},
|
|
1399
1469
|
{
|
|
1400
1470
|
"include": "#color-values"
|
|
1401
1471
|
},
|
|
@@ -1622,6 +1692,9 @@
|
|
|
1622
1692
|
{
|
|
1623
1693
|
"include": "#less-variables"
|
|
1624
1694
|
},
|
|
1695
|
+
{
|
|
1696
|
+
"include": "#var-function"
|
|
1697
|
+
},
|
|
1625
1698
|
{
|
|
1626
1699
|
"include": "#comma-delimiter"
|
|
1627
1700
|
},
|
|
@@ -1698,6 +1771,9 @@
|
|
|
1698
1771
|
{
|
|
1699
1772
|
"include": "#less-variables"
|
|
1700
1773
|
},
|
|
1774
|
+
{
|
|
1775
|
+
"include": "#var-function"
|
|
1776
|
+
},
|
|
1701
1777
|
{
|
|
1702
1778
|
"include": "#color-values"
|
|
1703
1779
|
}
|
|
@@ -3354,6 +3430,9 @@
|
|
|
3354
3430
|
{
|
|
3355
3431
|
"include": "#less-variables"
|
|
3356
3432
|
},
|
|
3433
|
+
{
|
|
3434
|
+
"include": "#var-function"
|
|
3435
|
+
},
|
|
3357
3436
|
{
|
|
3358
3437
|
"include": "#length-type"
|
|
3359
3438
|
},
|
|
@@ -3415,7 +3494,22 @@
|
|
|
3415
3494
|
"property-value-constants": {
|
|
3416
3495
|
"patterns": [
|
|
3417
3496
|
{
|
|
3418
|
-
"
|
|
3497
|
+
"comment": "align-content, align-items, align-self, justify-content, justify-items, justify-self",
|
|
3498
|
+
"match": "(?x)\\b(?:\nflex-start|flex-end|start|end|space-between|space-around|space-evenly\n|stretch|baseline|safe|unsafe|legacy|anchor-center|first|last|self-start|self-end\n)\\b",
|
|
3499
|
+
"name": "support.constant.property-value.less"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"comment": "alignment-baseline",
|
|
3503
|
+
"match": "(?x)\\b(?:\ntext-before-edge|before-edge|middle|central|text-after-edge\n|after-edge|ideographic|alphabetic|hanging|mathematical|top|center|bottom\n)\\b",
|
|
3504
|
+
"name": "support.constant.property-value.less"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"comment": "all/global values",
|
|
3508
|
+
"match": "\\b(?:initial|inherit|unset|revert-layer|revert)\\b",
|
|
3509
|
+
"name": "support.constant.property-value.less"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"match": "(?x)\\b(\nabsolute|active|add\n|all(-(petite|small)-caps|-scroll)?\n|alpha(betic)?\n|alternate(-reverse)?\n|always|annotation|antialiased|at\n|auto(hiding-scrollbar)?\n|avoid(-column|-page|-region)?\n|background(-color|-image|-position|-size)?\n|backwards|balance|baseline|below|bevel|bicubic|bidi-override|blink\n|block(-(line-height|start|end))?\n|blur\n|bold(er)?\n|border(-bottom|-left|-right|-top)?-(color|radius|width|style)\n|border-(bottom|top)-(left|right)-radius\n|border-image(-outset|-repeat|-slice|-source|-width)?\n|border(-bottom|-left|-right|-top|-collapse|-spacing|-box)?\n|both|bottom\n|box(-shadow)?\n|break-(all|word|spaces)\n|brightness\n|butt(on)?\n|capitalize\n|cent(er|ral)\n|char(acter-variant)?\n|cjk-ideographic|clip|clone|close-quote\n|closest-(corner|side)\n|col-resize|collapse\n|color(-stop|-burn|-dodge)?\n|column((-count|-gap|-reverse|-rule(-color|-width)?|-width)|s)?\n|common-ligatures|condensed|consider-shifts|contain\n|content(-box|s)?\n|contextual|contrast|cover\n|crisp(-e|E)dges\n|crop\n|cross(hair)?\n|da(rken|shed)\n|default|dense|diagonal-fractions|difference|disabled\n|discard|discretionary-ligatures|disregard-shifts\n|distribute(-all-lines|-letter|-space)?\n|dotted|double|drop-shadow\n|(nwse|nesw|ns|ew|sw|se|nw|ne|w|s|e|n)-resize\n|ease(-in-out|-in|-out)?\n|element|ellipsis|embed|end|EndColorStr|evenodd\n|exclu(de(-ruby)?|sion)\n|expanded\n|(extra|semi|ultra)-(condensed|expanded)\n|farthest-(corner|side)?\n|fill(-box|-opacity)?\n|filter\n|fit-content\n|fixed\n|flat\n|flex((-basis|-end|-grow|-shrink|-start)|box)?\n|flip|flood-color\n|font(-size(-adjust)?|-stretch|-weight)?\n|forwards\n|from(-image)?\n|full-width|gap|geometricPrecision|glyphs|gradient|grayscale\n|grid((-column|-row)?-gap|-height)?\n|groove|hand|hanging|hard-light|height|help|hidden|hide\n|historical-(forms|ligatures)\n|horizontal(-tb)?\n|hue\n|ideograph(-alpha|-numeric|-parenthesis|-space|ic)\n|inactive|include-ruby|infinite|inherit|initial\n|inline(-(block|box|flex(box)?|line-height|table|start|end))?\n|inset|inside\n|inter(-ideograph|-word|sect)\n|invert|isolat(e|ion)|italic\n|jis(04|78|83|90)\n|justify(-all)?\n|keep-all\n|large[r]?\n|last|layout|left|letter-spacing\n|light(e[nr]|ing-color)\n|line(-edge|-height|-through)?\n|linear(-gradient|RGB)?\n|lining-nums|list-item|local|loose|lowercase|lr-tb|ltr\n|lumin(osity|ance)|manual\n|manipulation\n|margin(-bottom|-box|-left|-right|-top)?\n|marker(-offset|s)?\n|match-parent\n|mathematical\n|max-(content|height|lines|size|width)\n|medium|middle\n|min-(content|height|width)\n|miter|mixed|move|multiply|newspaper\n|no-(change|clip|(close|open)-quote|(common|discretionary|historical)-ligatures|contextual|drop|repeat)\n|none|nonzero|normal|not-allowed|nowrap|oblique\n|offset(-after|-before|-end|-start)?\n|oldstyle-nums|opacity|open-quote\n|optimize(Legibility|Precision|Quality|Speed)\n|order|ordinal|ornaments\n|outline(-color|-offset|-width)?\n|outset|outside|over(line|-edge|lay)\n|padding(-bottom|-box|-left|-right|-top|-box)?\n|page|paint(ed)?|paused\n|pan-(x|left|right|y|up|down)\n|perspective-origin\n|petite-caps|pixelated|pointer\n|pinch-zoom\n|pretty\n|pre(-line|-wrap)?\n|preserve(-3d|-breaks|-spaces)?\n|progid:DXImageTransform.Microsoft.(Alpha|Blur|dropshadow|gradient|Shadow)\n|progress\n|proportional-(nums|width)\n|radial-gradient|recto|region|relative\n|repeat(-[xy])?\n|repeating-(linear|radial)-gradient\n|replaced|reset-size|reverse|revert(-layer)?|ridge|right\n|round\n|row(-gap|-resize|-reverse)?\n|rtl|ruby|running|saturat(e|ion)|screen\n|scroll(-position|bar)?\n|separate|sepia\n|scale-down\n|shape-(image-threshold|margin|outside)\n|show\n|sideways(-lr|-rl)?\n|simplified\n|size\n|slashed-zero|slice\n|small(-caps|er)?\n|smooth|snap|solid|soft-light\n|space(-around|-between)?\n|span|sRGB\n|stable\n|stack(ed-fractions)?\n|start(ColorStr)?\n|static\n|step-(end|start)\n|sticky\n|stop-(color|opacity)\n|stretch|strict\n|stroke(-box|-dash(array|offset)|-miterlimit|-opacity|-width)?\n|style(set)?\n|stylistic\n|sub(grid|pixel-antialiased|tract)?\n|super|swash\n|table(-caption|-cell|(-column|-footer|-header|-row)-group|-column|-row)?\n|tabular-nums|tb-rl\n|text((-bottom|-(decoration|emphasis)-color|-indent|-(over|under)-edge|-shadow|-size(-adjust)?|-top)|field)?\n|thi(ck|n)\n|titling-ca(ps|se)\n|to[p]?\n|touch|traditional\n|transform(-origin)?\n|under(-edge|line)?\n|unicase|unset|uppercase|upright\n|use-(glyph-orientation|script)\n|verso\n|vertical(-align|-ideographic|-lr|-rl|-text)?\n|view-box\n|viewport-fill(-opacity)?\n|visibility\n|visible(Fill|Painted|Stroke)?\n|wait|wavy|weight|whitespace|(device-)?width|word-spacing\n|wrap(-reverse)?\n|x{1,2}-(large|small)\n|z-index|zero\n|zoom(-in|-out)?\n|((?xi:arabic-indic|armenian|bengali|cambodian|circle|cjk-decimal|cjk-earthly-branch|cjk-heavenly-stem|decimal-leading-zero|decimal|devanagari|disclosure-closed|disclosure-open|disc|ethiopic-numeric|georgian|gujarati|gurmukhi|hebrew|hiragana-iroha|hiragana|japanese-formal|japanese-informal|kannada|katakana-iroha|katakana|khmer|korean-hangul-formal|korean-hanja-formal|korean-hanja-informal|lao|lower-alpha|lower-armenian|lower-greek|lower-latin|lower-roman|malayalam|mongolian|myanmar|oriya|persian|simp-chinese-formal|simp-chinese-informal|square|tamil|telugu|thai|tibetan|trad-chinese-formal|trad-chinese-informal|upper-alpha|upper-armenian|upper-latin|upper-roman)))\\b",
|
|
3419
3513
|
"name": "support.constant.property-value.less"
|
|
3420
3514
|
},
|
|
3421
3515
|
{
|
|
@@ -3438,9 +3532,6 @@
|
|
|
3438
3532
|
{
|
|
3439
3533
|
"include": "#color-functions"
|
|
3440
3534
|
},
|
|
3441
|
-
{
|
|
3442
|
-
"include": "#less-math"
|
|
3443
|
-
},
|
|
3444
3535
|
{
|
|
3445
3536
|
"include": "#less-functions"
|
|
3446
3537
|
},
|
|
@@ -3459,9 +3550,15 @@
|
|
|
3459
3550
|
{
|
|
3460
3551
|
"include": "#property-value-constants"
|
|
3461
3552
|
},
|
|
3553
|
+
{
|
|
3554
|
+
"include": "#less-math"
|
|
3555
|
+
},
|
|
3462
3556
|
{
|
|
3463
3557
|
"include": "#literal-string"
|
|
3464
3558
|
},
|
|
3559
|
+
{
|
|
3560
|
+
"include": "#comma-delimiter"
|
|
3561
|
+
},
|
|
3465
3562
|
{
|
|
3466
3563
|
"captures": {
|
|
3467
3564
|
"1": {
|
|
@@ -3903,6 +4000,11 @@
|
|
|
3903
4000
|
"include": "#property-values"
|
|
3904
4001
|
},
|
|
3905
4002
|
{
|
|
4003
|
+
"captures": {
|
|
4004
|
+
"1": {
|
|
4005
|
+
"name": "punctuation.definition.arbitrary-repetition.less"
|
|
4006
|
+
}
|
|
4007
|
+
},
|
|
3906
4008
|
"match": "\\s*(?:(,))"
|
|
3907
4009
|
}
|
|
3908
4010
|
]
|
|
@@ -3912,9 +4014,6 @@
|
|
|
3912
4014
|
{
|
|
3913
4015
|
"begin": "\\b(transition(-(property|duration|delay|timing-function))?)\\b",
|
|
3914
4016
|
"beginCaptures": {
|
|
3915
|
-
"0": {
|
|
3916
|
-
"name": "meta.property-name.less"
|
|
3917
|
-
},
|
|
3918
4017
|
"1": {
|
|
3919
4018
|
"name": "support.type.property-name.less"
|
|
3920
4019
|
}
|
|
@@ -3927,35 +4026,41 @@
|
|
|
3927
4026
|
},
|
|
3928
4027
|
"patterns": [
|
|
3929
4028
|
{
|
|
3930
|
-
"
|
|
4029
|
+
"begin": "(((\\+_?)?):)(?=[\\s\\t]*)",
|
|
4030
|
+
"beginCaptures": {
|
|
3931
4031
|
"1": {
|
|
3932
4032
|
"name": "punctuation.separator.key-value.less"
|
|
3933
|
-
},
|
|
3934
|
-
"4": {
|
|
3935
|
-
"name": "meta.property-value.less"
|
|
3936
4033
|
}
|
|
3937
4034
|
},
|
|
3938
|
-
"match": "(((\\+_?)?):)([\\s\\t]*)"
|
|
3939
|
-
},
|
|
3940
|
-
{
|
|
3941
|
-
"include": "#time-type"
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"include": "#property-values"
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"include": "#cubic-bezier-function"
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"include": "#steps-function"
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
4035
|
"captures": {
|
|
3954
4036
|
"1": {
|
|
3955
4037
|
"name": "punctuation.definition.arbitrary-repetition.less"
|
|
3956
4038
|
}
|
|
3957
4039
|
},
|
|
3958
|
-
"
|
|
4040
|
+
"contentName": "meta.property-value.less",
|
|
4041
|
+
"end": "(?=\\s*(;)|(?=[})]))",
|
|
4042
|
+
"patterns": [
|
|
4043
|
+
{
|
|
4044
|
+
"include": "#time-type"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"include": "#property-values"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"include": "#cubic-bezier-function"
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"include": "#steps-function"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"captures": {
|
|
4057
|
+
"1": {
|
|
4058
|
+
"name": "punctuation.definition.arbitrary-repetition.less"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
"match": "\\s*(?:(,))"
|
|
4062
|
+
}
|
|
4063
|
+
]
|
|
3959
4064
|
}
|
|
3960
4065
|
]
|
|
3961
4066
|
},
|
|
@@ -4078,7 +4183,11 @@
|
|
|
4078
4183
|
]
|
|
4079
4184
|
},
|
|
4080
4185
|
{
|
|
4081
|
-
"match": "(?x)\\b( accent-height | align-content | align-items | align-self | alignment-baseline | all | animation-timing-function | animation-play-state | animation-name | animation-iteration-count | animation-fill-mode | animation-duration | animation-direction | animation-delay | animation | appearance | ascent | azimuth | backface-visibility | background-size | background-repeat-y | background-repeat-x | background-repeat | background-position-y | background-position-x | background-position | background-origin | background-image | background-color | background-clip | background-blend-mode | background-attachment | background | baseline-shift | begin | bias | blend-mode | border-((top|right|bottom|left)-)?(width|style|color) | border-(top|bottom)-(right|left)-radius | border-image-(width|source|slice|repeat|outset) | border-(top|right|bottom|left|collapse|image|radius|spacing) | border | bottom | box-(align|decoration-break|direction|flex|ordinal-group|orient|pack|shadow|sizing) | break-(after|before|inside) | caption-side | clear | clip-path | clip-rule | clip | color(-(interpolation(-filters)?|profile|rendering))? | columns | column-(break-before|count|fill|gap|(rule(-(color|style|width))?)|span|width) | contain | content | counter-(increment|reset) | cursor | (c|d|f)(x|y) | direction | display | divisor | dominant-baseline | dur | elevation | empty-cells | enable-background | end | fallback | fill(-(opacity|rule))? | filter | flex(-(align|basis|direction|flow|grow|item-align|line-pack|negative|order|pack|positive|preferred-size|shrink|wrap))? | float | flood-(color|opacity) | font-display | font-family | font-feature-settings | font-kerning | font-language-override | font-size(-adjust)? | font-smoothing | font-stretch | font-style | font-synthesis | font-variant(-(alternates|caps|east-asian|ligatures|numeric|position))? | font-weight | font | fr | glyph-orientation-(horizontal|vertical) | grid-(area|gap) | grid-auto-(columns|flow|rows) | grid-(column|row)(-(end|gap|start))? | grid-template(-(areas|columns|rows))? | height | hyphens | image-(orientation|rendering|resolution) | isolation | justify-content | kerning | left | letter-spacing | lighting-color | line-(box-contain|break|clamp|height) | list-style(-(image|position|type))? | margin(-(bottom|left|right|top))? | marker(-(end|mid|start))? | mask(-(clip||composite|image|origin|position|repeat|size|type))? | (max|min)-(height|width) | mix-blend-mode | nbsp-mode | negative | object-(fit|position) | opacity | operator | order | orphans | outline(-(color|offset|style|width))? | overflow(-(scrolling|wrap|x|y))? | pad(ding(-(bottom|left|right|top))?)? | page(-break-(after|before|inside))? | paint-order | pause(-(after|before))? | perspective(-origin(-(x|y))?)? | pitch(-range)? | pointer-events | position | prefix | quotes | range | resize | right | rotate | scale | scroll-behavior | shape-(image-threshold|margin|outside|rendering) | size | speak(-as)? | src | stop-(color|opacity) | stroke(-(dash(array|offset)|line(cap|join)|miterlimit|opacity|width))? | suffix | symbols | system | tab-size | table-layout | tap-highlight-color | text-align(-last)? | text-decoration(-(color|line|style))? | text-emphasis(-(color|position|style))? | text-(anchor|fill-color|height|indent|justify|orientation|overflow|rendering|shadow|transform|underline-position) | top | touch-action | transform(-origin(-(x|y))?) | transform(-style)? | transition(-(delay|duration|property|timing-function))? | translate | unicode-(bidi|range) | user-(drag|select) | vertical-align | visibility | white-space | widows | width | will-change | word-(break|spacing|wrap) | writing-mode | z-index | zoom )\\b",
|
|
4186
|
+
"match": "(?x)\\b( accent-height | align-content | align-items | align-self | alignment-baseline | all | animation-timing-function | animation-play-state | animation-name | animation-iteration-count | animation-fill-mode | animation-duration | animation-direction | animation-delay | animation | appearance | ascent | azimuth | backface-visibility | background-size | background-repeat-y | background-repeat-x | background-repeat | background-position-y | background-position-x | background-position | background-origin | background-image | background-color | background-clip | background-blend-mode | background-attachment | background | baseline-shift | begin | bias | blend-mode | border-((top|right|bottom|left|((block|inline)(-(start|end))?))-)?(width|style|color) | border-((top|bottom)-(right|left)|((start|end)-?){1,2})-radius | border-image-(width|source|slice|repeat|outset) | border-(top|right|bottom|left|collapse|image|radius|spacing|((block|inline)(-(start|end))?)) | border | bottom | box-(align|decoration-break|direction|flex|ordinal-group|orient|pack|shadow|sizing) | break-(after|before|inside) | caption-side | clear | clip-path | clip-rule | clip | color(-(interpolation(-filters)?|profile|rendering))? | columns | column-(break-before|count|fill|gap|(rule(-(color|style|width))?)|span|width) | contain(-intrinsic-((((block|inline)-)?size)|height|width))? | content | counter-(increment|reset) | cursor | (c|d|f)(x|y) | direction | display | divisor | dominant-baseline | dur | elevation | empty-cells | enable-background | end | fallback | fill(-(opacity|rule))? | filter | flex(-(align|basis|direction|flow|grow|item-align|line-pack|negative|order|pack|positive|preferred-size|shrink|wrap))? | float | flood-(color|opacity) | font-display | font-family | font-feature-settings | font-kerning | font-language-override | font-size(-adjust)? | font-smoothing | font-stretch | font-style | font-synthesis | font-variant(-(alternates|caps|east-asian|ligatures|numeric|position))? | font-weight | font | fr | ((column|row)-)?gap | glyph-orientation-(horizontal|vertical) | grid-(area|gap) | grid-auto-(columns|flow|rows) | grid-(column|row)(-(end|gap|start))? | grid-template(-(areas|columns|rows))? | height | hyphens | image-(orientation|rendering|resolution) | inset(-(block|inline))?(-(start|end))? | isolation | justify-content | justify-items | justify-self | kerning | left | letter-spacing | lighting-color | line-(box-contain|break|clamp|height) | list-style(-(image|position|type))? | (margin|padding)(-(bottom|left|right|top)|(-(block|inline)?(-(end|start))?))? | marker(-(end|mid|start))? | mask(-(clip||composite|image|origin|position|repeat|size|type))? | (max|min)-(height|width) | mix-blend-mode | nbsp-mode | negative | object-(fit|position) | opacity | operator | order | orphans | outline(-(color|offset|style|width))? | overflow(-((inline|block)|scrolling|wrap|x|y))? | overscroll-behavior(-block|-(inline|x|y))? | pad(ding(-(bottom|left|right|top))?)? | page(-break-(after|before|inside))? | paint-order | pause(-(after|before))? | perspective(-origin(-(x|y))?)? | pitch(-range)? | place-content | place-self | pointer-events | position | prefix | quotes | range | resize | right | rotate | scale | scroll-behavior | shape-(image-threshold|margin|outside|rendering) | size | speak(-as)? | src | stop-(color|opacity) | stroke(-(dash(array|offset)|line(cap|join)|miterlimit|opacity|width))? | suffix | symbols | system | tab-size | table-layout | tap-highlight-color | text-align(-last)? | text-decoration(-(color|line|style))? | text-emphasis(-(color|position|style))? | text-(anchor|fill-color|height|indent|justify|orientation|overflow|rendering|size-adjust|shadow|transform|underline-position|wrap) | top | touch-action | transform(-origin(-(x|y))?) | transform(-style)? | transition(-(delay|duration|property|timing-function))? | translate | unicode-(bidi|range) | user-(drag|select) | vertical-align | visibility | white-space(-collapse)? | widows | width | will-change | word-(break|spacing|wrap) | writing-mode | z-index | zoom )\\b",
|
|
4187
|
+
"name": "support.type.property-name.less"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"match": "(?x)\\b(((contain-intrinsic|max|min)-)?(block|inline)?-size)\\b",
|
|
4082
4191
|
"name": "support.type.property-name.less"
|
|
4083
4192
|
},
|
|
4084
4193
|
{
|
|
@@ -4087,7 +4196,15 @@
|
|
|
4087
4196
|
]
|
|
4088
4197
|
},
|
|
4089
4198
|
{
|
|
4090
|
-
"begin": "\\b(((
|
|
4199
|
+
"begin": "\\b((?:(?:\\+_?)?):)([\\s\\t]*)",
|
|
4200
|
+
"beginCaptures": {
|
|
4201
|
+
"1": {
|
|
4202
|
+
"name": "punctuation.separator.key-value.less"
|
|
4203
|
+
},
|
|
4204
|
+
"2": {
|
|
4205
|
+
"name": "meta.property-value.less"
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
4091
4208
|
"captures": {
|
|
4092
4209
|
"1": {
|
|
4093
4210
|
"name": "punctuation.separator.key-value.less"
|
|
@@ -4996,6 +5113,9 @@
|
|
|
4996
5113
|
},
|
|
4997
5114
|
{
|
|
4998
5115
|
"include": "#less-variables"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"include": "#property-values"
|
|
4999
5119
|
}
|
|
5000
5120
|
]
|
|
5001
5121
|
}
|
package/grammars/markdown.json
CHANGED
|
@@ -2185,12 +2185,32 @@
|
|
|
2185
2185
|
]
|
|
2186
2186
|
},
|
|
2187
2187
|
"frontMatter": {
|
|
2188
|
-
"
|
|
2189
|
-
"
|
|
2190
|
-
"end": "
|
|
2188
|
+
"applyEndPatternLast": 1,
|
|
2189
|
+
"begin": "\\A(?=(-{3,}))",
|
|
2190
|
+
"end": "^ {,3}\\1-*[ \\t]*$|^[ \\t]*\\.{3}$",
|
|
2191
|
+
"endCaptures": {
|
|
2192
|
+
"0": {
|
|
2193
|
+
"name": "punctuation.definition.end.frontmatter"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2191
2196
|
"patterns": [
|
|
2192
2197
|
{
|
|
2193
|
-
"
|
|
2198
|
+
"begin": "\\A(-{3,})(.*)$",
|
|
2199
|
+
"beginCaptures": {
|
|
2200
|
+
"1": {
|
|
2201
|
+
"name": "punctuation.definition.begin.frontmatter"
|
|
2202
|
+
},
|
|
2203
|
+
"2": {
|
|
2204
|
+
"name": "comment.frontmatter"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"contentName": "meta.embedded.block.frontmatter",
|
|
2208
|
+
"patterns": [
|
|
2209
|
+
{
|
|
2210
|
+
"include": "source.yaml"
|
|
2211
|
+
}
|
|
2212
|
+
],
|
|
2213
|
+
"while": "^(?! {,3}\\1-*[ \\t]*$|[ \\t]*\\.{3}$)"
|
|
2194
2214
|
}
|
|
2195
2215
|
]
|
|
2196
2216
|
},
|