Pistos / diakonos

Diakonos is a console text editor for the masses.
https://git.sr.ht/~pistos/diakonos
Other
137 stars 11 forks source link

Empty strings and regexps confuse the syntax highlighting #70

Closed Pistos closed 4 years ago

Pistos commented 8 years ago

Examples:

empty_string = ''
empty_string = ""
empty_regexp = //

The highlighter thinks the string or regexp hasn't been closed, so it highlights the rest of the line as a string or regexp.

Pistos commented 4 years ago

Not really an issue any more.