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 / apacheconf / test_directive_no_args.txt
Size: Mime:
---input---
Example
ServerName localhost

---tokens---
'Example'     Name.Builtin
'\n'          Text.Whitespace

'ServerName'  Name.Builtin
' '           Text.Whitespace
'localhost'   Text
'\n'          Text.Whitespace