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
..
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-09-12 20:26:43 +03:00
2010-04-04 19:24:13 +03:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2011-07-12 11:45:41 +03:00
2010-11-24 10:51:31 +03:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00
2010-03-05 20:37:48 +02:00