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_float_value.txt
Size: Mime:
# Float value `1.1` should be explicitly highlighted

---input---
yang-version 1.1;

---tokens---
'yang-version' Keyword
' '           Text.Whitespace
'1.1'         Literal.Number.Float
';'           Punctuation
'\n'          Text.Whitespace