mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
# Float value `1.1` should be explicitly highlighted
|
||
|
|
||
|
---input---
|
||
|
yang-version 1.1;
|
||
|
|
||
|
---tokens---
|
||
|
'yang-version' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'1.1' Literal.Number.Float
|
||
|
';' Punctuation
|
||
|
'\n' Text.Whitespace
|