tartrazine/tests/yang/test_namespace_2.txt

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