mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 19:03:10 +03:00

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>