@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.
@@ -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/66ea1422ac817ff7704359b8ec4934a987024aaa",
7
+ "version": "https://github.com/jlelong/vscode-latex-basics/commit/221a2443a5e8ac029685a0f872af39b23cc2b634",
8
8
  "name": "LaTeX",
9
9
  "scopeName": "text.tex.latex",
10
10
  "patterns": [
@@ -2071,7 +2071,22 @@
2071
2071
  ]
2072
2072
  },
2073
2073
  {
2074
- "begin": "(?<!\\\\)(\\`\\`)",
2074
+ "begin": "(,,)",
2075
+ "beginCaptures": {
2076
+ "1": {
2077
+ "name": "punctuation.definition.string.begin.latex"
2078
+ }
2079
+ },
2080
+ "end": "(?<!\\\\)(\\`\\`)",
2081
+ "endCaptures": {
2082
+ "1": {
2083
+ "name": "punctuation.definition.string.end.latex"
2084
+ }
2085
+ },
2086
+ "name": "string.quoted.double.latex"
2087
+ },
2088
+ {
2089
+ "begin": "(?<!\\\\|\\\\catcode|\\\\string)(\\`\\`)",
2075
2090
  "beginCaptures": {
2076
2091
  "1": {
2077
2092
  "name": "punctuation.definition.string.begin.latex"