Skip to content

Commit

Permalink
Update grammar files to jlelong/vscode-latex-basics@3fdf10f
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Jul 5, 2023
1 parent 0c4e978 commit 236b94e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions syntax/LaTeX.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@
]
},
{
"begin": "(\\s*\\\\begin\\{(tabular[xy*]?|xltabular|longtable|(?:long)?tabu|(?:long|tall)?tblr|NiceTabular[X*]?)\\}(\\s*\\n)?)",
"begin": "(\\s*\\\\begin\\{(tabular[xy*]?|xltabular|longtable|(?:long)?tabu|(?:long|tall)?tblr|NiceTabular[X*]?|booktabs)\\}(\\s*\\n)?)",
"captures": {
"1": {
"patterns": [
Expand Down Expand Up @@ -2078,21 +2078,6 @@
},
"name": "string.quoted.double.latex"
},
{
"begin": "(?<!\\\\|\\`)(\\`)",
"beginCaptures": {
"1": {
"name": "punctuation.definition.string.begin.latex"
}
},
"end": "(?<!\\\\)(\\')",
"endCaptures": {
"1": {
"name": "punctuation.definition.string.end.latex"
}
},
"name": "string.quoted.single.latex"
},
{
"begin": "\\$\\$",
"beginCaptures": {
Expand Down

0 comments on commit 236b94e

Please sign in to comment.