Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / yang / test_namespace_2.txt
Size: Mime:
# 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