From 128e0f53ffbefcb33ae9330e42d567b2f5b82cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Va=C5=A1ko?= Date: Sat, 10 Feb 2018 13:40:48 +0100 Subject: [PATCH 2/2] Fixed Lua block comment highlighting Block comments in Lua were broken, apparently due to the opening sequence being interpreted as a line comment. Changing the order in the highlighter seems to fix this issue. --- rc/base/lua.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/base/lua.kak b/rc/base/lua.kak index 9ec31b93..bf0f0122 100644 --- a/rc/base/lua.kak +++ b/rc/base/lua.kak @@ -14,8 +14,8 @@ hook global BufCreate .*[.](lua) %{ add-highlighter shared/ regions -default code lua \ string '"' (?