Follow instructions: https://www.userchrome.org/how-create-userchrome-css.html
Use the userChrome.css file from this gist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
"""Test file for Python syntax highlighting in editors / IDEs. | |
Meant to cover a wide range of different types of statements and expressions. | |
Not necessarily sensical or comprehensive (assume that if one exception is | |
highlighted that all are, for instance). | |
Extraneous trailing whitespace can't be tested because of svn pre-commit hook | |
checks for such things. |