mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
|
# 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
|