blob: 41dcae54418acbc7e3536ac634d3b049ed035d82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# String value `"5"` should be not explicitly highlighted
---input---
value "5";
---tokens---
'value' Keyword
' ' Text.Whitespace
'"5"' Literal.String.Double
';' Punctuation
'\n' Text.Whitespace
|