~dricottone/vim-python

ref: 35d7a6b28729e220d75e3b05c1d09954d933aceb vim-python/syntax/python.vim -rw-r--r-- 12.5 KiB
Triple-quoted strings are comments not tests

The paradigm of using triple-quoted strings as unit tests is outdated
and strange. All triple-quoted strings are comments only.

This simplifies a great deal of pattern matching, leading to a more
reliable experience.
Initial commit following rebuild