This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Docstrings with SQL-like words in them break highlighting #110
Open
Description
There's a problem with the syntax highlighting when viewing this file: https://github.com/18F/rdbms-subsetter/blob/master/subsetter.py
Something in the docstring at the top of the document is causing the problem. Perhaps something to do with the RST markup?
The syntax highlighting on the GitHub page suffers the same problem.
There are no actual syntax errors in the document, and the application code runs just fine.
SublimeText's highlighter renders it fine.