mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add syntax highlighting for Ampersand nodes (#13737)
GitOrigin-RevId: 39c81ecb765adc4b33244b5f0f1eab81594dcba1
This commit is contained in:
parent
e7d36903bb
commit
b0b829f69b
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ export const LaTeXLanguage = LRLanguage.define({
|
|||
MathDelimiter: t.literal,
|
||||
DoubleDollar: t.keyword,
|
||||
Tilde: t.keyword,
|
||||
Ampersand: t.keyword,
|
||||
Comment: t.comment,
|
||||
'UsePackage/OptionalArgument/ShortOptionalArg/Normal': t.attributeValue,
|
||||
'UsePackage/ShortTextArgument/ShortArg/Normal': t.tagName,
|
||||
|
|
Loading…
Reference in a new issue