@codingame/monaco-vscode-latex-default-extension 1.83.16 → 1.85.0-next.1
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/LaTeX.tmLanguage.json +17 -2
- package/cpp-grammar-bailout.tmLanguage.json +4757 -2650
- package/markdown-latex-combined.tmLanguage.json +44 -5
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
|
5
5
|
"Once accepted there, we are happy to receive an update request."
|
|
6
6
|
],
|
|
7
|
-
"version": "https://github.com/jlelong/vscode-latex-basics/commit/
|
|
7
|
+
"version": "https://github.com/jlelong/vscode-latex-basics/commit/ff5e3f24ff5f242d62954cf9e124184f27bf24dd",
|
|
8
8
|
"name": "Markdown",
|
|
9
9
|
"scopeName": "text.tex.markdown_latex_combined",
|
|
10
10
|
"patterns": [
|
|
@@ -45,6 +45,9 @@
|
|
|
45
45
|
{
|
|
46
46
|
"include": "#html"
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"include": "#table"
|
|
50
|
+
},
|
|
48
51
|
{
|
|
49
52
|
"include": "#paragraph"
|
|
50
53
|
}
|
|
@@ -2440,7 +2443,7 @@
|
|
|
2440
2443
|
"while": "((^|\\G)([ ]{2,4}|\\t))|(^[ \\t]*$)"
|
|
2441
2444
|
},
|
|
2442
2445
|
{
|
|
2443
|
-
"begin": "(^|\\G)([ ]{0,3})([0-9]
|
|
2446
|
+
"begin": "(^|\\G)([ ]{0,3})([0-9]+[\\.\\)])([ \\t])",
|
|
2444
2447
|
"beginCaptures": {
|
|
2445
2448
|
"3": {
|
|
2446
2449
|
"name": "punctuation.definition.list.begin.markdown"
|
|
@@ -2460,7 +2463,7 @@
|
|
|
2460
2463
|
]
|
|
2461
2464
|
},
|
|
2462
2465
|
"paragraph": {
|
|
2463
|
-
"begin": "(^|\\G)[ ]{0,3}(
|
|
2466
|
+
"begin": "(^|\\G)[ ]{0,3}(?=[^ \\t\\n])",
|
|
2464
2467
|
"name": "meta.paragraph.markdown",
|
|
2465
2468
|
"patterns": [
|
|
2466
2469
|
{
|
|
@@ -2473,7 +2476,7 @@
|
|
|
2473
2476
|
"include": "#heading-setext"
|
|
2474
2477
|
}
|
|
2475
2478
|
],
|
|
2476
|
-
"while": "(^|\\G)((?=\\s*[-=]{3,}\\s*$)|[ ]{4,}(
|
|
2479
|
+
"while": "(^|\\G)((?=\\s*[-=]{3,}\\s*$)|[ ]{4,}(?=[^ \\t\\n]))"
|
|
2477
2480
|
},
|
|
2478
2481
|
"raw_block": {
|
|
2479
2482
|
"begin": "(^|\\G)([ ]{4}|\\t)",
|
|
@@ -2494,6 +2497,42 @@
|
|
|
2494
2497
|
],
|
|
2495
2498
|
"end": "(^|\\G)-{3}|\\.{3}\\s*$"
|
|
2496
2499
|
},
|
|
2500
|
+
"table": {
|
|
2501
|
+
"name": "markup.table.markdown",
|
|
2502
|
+
"begin": "(^|\\G)(\\|)(?=[^|].+\\|\\s*$)",
|
|
2503
|
+
"beginCaptures": {
|
|
2504
|
+
"2": {
|
|
2505
|
+
"name": "punctuation.definition.table.markdown"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"while": "(^|\\G)(?=\\|)",
|
|
2509
|
+
"patterns": [
|
|
2510
|
+
{
|
|
2511
|
+
"match": "\\|",
|
|
2512
|
+
"name": "punctuation.definition.table.markdown"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"match": "(?<=\\|)\\s*(:?-+:?)\\s*(?=\\|)",
|
|
2516
|
+
"captures": {
|
|
2517
|
+
"1": {
|
|
2518
|
+
"name": "punctuation.separator.table.markdown"
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"match": "(?<=\\|)\\s*(?=\\S)((\\\\\\||[^|])+)(?<=\\S)\\s*(?=\\|)",
|
|
2524
|
+
"captures": {
|
|
2525
|
+
"1": {
|
|
2526
|
+
"patterns": [
|
|
2527
|
+
{
|
|
2528
|
+
"include": "#inline"
|
|
2529
|
+
}
|
|
2530
|
+
]
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2535
|
+
},
|
|
2497
2536
|
"inline": {
|
|
2498
2537
|
"patterns": [
|
|
2499
2538
|
{
|
|
@@ -2956,7 +2995,7 @@
|
|
|
2956
2995
|
"name": "punctuation.definition.link.title.end.markdown"
|
|
2957
2996
|
}
|
|
2958
2997
|
},
|
|
2959
|
-
"match": "(?<![\\]\\\\])(\\[)(\\
|
|
2998
|
+
"match": "(?<![\\]\\\\])(\\[)((?:[^\\s\\[\\]\\\\]|\\\\[\\[\\]])+?)((?<!\\\\)\\])",
|
|
2960
2999
|
"name": "meta.link.reference.markdown"
|
|
2961
3000
|
},
|
|
2962
3001
|
"raw": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-latex-default-extension",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0-next.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.0-next.1"
|
|
22
22
|
}
|
|
23
23
|
}
|