nim-lang / nim-mode

An emacs major mode for the Nim programming language
137 stars 46 forks source link

raw empty string highlighted incorrectly. #210

Closed krux02 closed 5 years ago

krux02 commented 5 years ago

The raw string r"" is highlighted incorrectly making everything behing it part of the string literal until the end of the file. This causes problems here where everything begind AbsoluteDir"" is interpreted is string literal until the end of the file.