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-04-04 19:24:13 +03:00
2010-03-05 20:37:48 +02:00
2010-04-04 19:24:13 +03:00
2011-10-18 14:08:34 +03:00
2010-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +03:00
2010-01-26 10:30:21 +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-12-04 14:58:14 +00:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-01-26 10:30:21 +02:00
2010-03-05 18:07:07 +02:00
2010-06-26 17:44:58 +03:00
2010-04-04 19:24:13 +03:00
2010-03-05 20:37:48 +02:00
2010-03-05 18:07:07 +02:00
2011-02-18 15:20:34 +02:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-01-26 10:30:21 +02:00
2010-05-04 16:43:12 +02:00
2010-01-26 10:30:21 +02:00
2010-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-03-05 20:37:48 +02:00
2010-04-04 19:24:13 +03:00
2011-11-16 08:44:33 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-12-04 14:58:14 +00:00
2010-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2010-01-26 10:30:21 +02:00
2011-07-14 12:04:07 +03:00
2010-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +03:00
2010-01-26 10:30:21 +02:00
2010-01-26 10:30:21 +02:00
2010-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +03:00
2010-03-05 20:37:48 +02:00
2010-04-04 19:24:13 +03:00
2011-07-12 11:45:41 +03:00
2010-11-24 10:51:31 +03:00
2010-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +03:00
2010-06-25 00:05:06 +02:00
2010-03-05 18:07:07 +02:00
2010-04-04 19:24:13 +03:00
2010-04-04 19:24:13 +03:00
2011-10-31 23:09:19 +03:00
2010-03-04 18:42:58 +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-01-26 10:30:21 +02:00
2010-04-04 19:24:13 +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
2011-10-31 23:09:19 +03:00