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 / usd / test_string_priority.txt
Size: Mime:
# Make sure that no other rules override a string match.

---input---
"""
custom int[] foo = [8, 10, 14]
"""

---tokens---
'"""\ncustom int[] foo = [8, 10, 14]\n"""' Literal.String
'\n'          Text.Whitespace