1
1
Sergei Trofimovich a4fbaf95ff syntax/lua: highlight '\\' escape (and similar) properly
The following example breaks highlighting to the end of file:
    local a = "\\"
    local b = 1
    ...

Added escape handling for simplest cases both for
single-quoted and double-quoted literals:
    '\\', '\n' (and similar), '\d', '\dd', '\ddd'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2011-11-16 08:44:33 +03:00
..
2011-11-08 10:46:31 +03:00
2011-03-03 20:48:31 +00:00
2011-10-27 15:59:24 +04:00
2011-10-27 15:59:24 +04:00
2009-08-19 19:38:44 +02:00
2011-03-03 20:48:31 +00:00