My own additions to the popular Pygments source code highlighter.
A Pygments style that tries to avoid the "angry fruit salad" effect by using dim and desaturated colours.
- New token Name.Customary
- Python: self, args, kwargs
- C, C++: argc, argv
- Move Python's None, True and False to Keyword.Constant
- "%s" string interpolation back for Py3 [DONE]
- "{identifier}" string interpolation for Py3 [DONE]
- New token Comment.Hashbang [DONE]
- For all languages with # comments
- Python [DONE]
- Ruby
- Shell scripts
- Perl
- PHP
- Tcl
- Awk
- First lines following the form #!path arg
- Documentation: doc/docs/tokens.rst
- For all languages with # comments
- Command line option for pygmentize to select a style definition from file
- "<", "</" and ">" as Punctuation in HTML