mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
# Integer value `5` should be explicitly highlighted
|
|
|
|
---input---
|
|
value 5;
|
|
|
|
---tokens---
|
|
'value' Keyword
|
|
' ' Text.Whitespace
|
|
'5' Literal.Number.Integer
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|