summaryrefslogtreecommitdiff
path: root/tests/snippets/yang/test_namespace_1.txt
blob: 1caf138cdca4f67ba0cc8f0e1489749b21f22775 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Namespace `urn:test:std:yang` should not be explicitly highlighted

---input---
namespace urn:test:std:yang;

---tokens---
'namespace'   Keyword
' '           Text.Whitespace
'urn:test:std:yang' Name.Variable
';'           Punctuation
'\n'          Text.Whitespace