mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
# String value `"5"` should be not explicitly highlighted
|
|
|
|
---input---
|
|
value "5";
|
|
|
|
---tokens---
|
|
'value' Keyword
|
|
' ' Text.Whitespace
|
|
'"5"' Literal.String.Double
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|