summaryrefslogtreecommitdiffstats
path: root/tests/snippets/yang/test_integer_value.txt
blob: 149d19cd421fcc1300ee18d7db5e89b2dee12043 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Integer value `5` should be explicitly highlighted

---input---
value 5;

---tokens---
'value'       Keyword
' '           Text.Whitespace
'5'           Literal.Number.Integer
';'           Punctuation
'\n'          Text.Whitespace