Lukasa / language-restructuredtext

A ReStructuredText syntax package for Atom
MIT License
27 stars 15 forks source link

syntax highlight issues for backslash inside double backquote #48

Closed tardyp closed 7 years ago

tardyp commented 7 years ago

Following snippet is valid sphinx, but produce annoying warning highlights.

It considers any of ``\r``, ``\n``, and ``\r\n`` to be newlines.
Because of the ambiguity of an append operation ending in the character ``\r`` (it may be a bare ``\r`` or half of ``\r\n``), the last line of such an append operation will be buffered until the next append or flush.
Alhadis commented 7 years ago

Can we please keep this confined to the one issue? The matters might be related, and having two separate issues makes feedback difficult.