marshallward / vim-restructuredtext

Syntax file for reStructuredText on Vim.
26 stars 12 forks source link

Fix regex for reference names. #18

Closed anntzer closed 7 years ago

anntzer commented 7 years ago

The new regex allows colons in reference names (which are used e.g. by Sphinx domains, e.g. .. py:class::). Also make sure that there non-alphanumeric characters are not adjacent in the reference name.