mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
|
# namespace-prefix `yang` should be explicitly highlighted
|
||
|
|
||
|
---input---
|
||
|
type yang:counter64;
|
||
|
|
||
|
---tokens---
|
||
|
'type' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'yang' Name.Namespace
|
||
|
':' Punctuation
|
||
|
'counter64' Name.Variable
|
||
|
';' Punctuation
|
||
|
'\n' Text.Whitespace
|