Skip to content

Commit

Permalink
Update grammar files to jlelong/vscode-latex-basics@544570d
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed May 4, 2024
1 parent fe6a08e commit d82ba49
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion syntax/TeX.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,16 @@
"name": "punctuation.definition.function.tex"
}
},
"match": "(\\\\)(?:[,;]|(?:[\\p{Alphabetic}@]+(?:(?:_[\\p{Alphabetic}@]+)*:[NncVvoxefTFpwD]*)?))",
"match": "(\\\\)(?:[,;]|(?:[\\p{Alphabetic}@]+(?:(?:_[\\p{Alphabetic}@]+)*:[NncVvoxefTFpwD]*)?)|(?:_+[\\p{Alphabetic}@]+(?:_[\\p{Alphabetic}@]+)*:[NncVvoxefTFpwD]*))",
"name": "support.function.general.tex"
},
{
"captures": {
"1": {
"name": "punctuation.definition.function.tex"
}
},
"match": "(\\.)[\\p{Alphabetic}@]+(?:_[\\p{Alphabetic}@]+)*:[NncVvoxefTFpwD]*",
"name": "support.function.general.tex"
},
{
Expand Down

0 comments on commit d82ba49

Please sign in to comment.