a4fbaf95ff
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>