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_string_value.txt
Size: Mime:
# String value `"5"` should be not explicitly highlighted

---input---
value "5";

---tokens---
'value'       Keyword
' '           Text.Whitespace
'"5"'         Literal.String.Double
';'           Punctuation
'\n'          Text.Whitespace