1 2 3 4 5 6 7 8 9 10 11 12 13
# 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