summaryrefslogtreecommitdiff
path: root/tests/snippets/yang/test_namespace_2.txt
blob: a245f7c03c6e2fe2613fbc6adb135861d88d664a (plain)
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