From dc5f5a45a2315011ebeeb0a56a7434ead292dc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 31 Mar 2017 12:50:33 +0200 Subject: lexers: sync with scintillua changeset 600 rev fdeca0b808bf I think the default value for the cache argument to the lexer load function should be true, not false. Optimize for the common case. This makes the API ugly/harder to use. But for now we follow upstream. --- lua/lexers/moonscript.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/lexers/moonscript.lua') diff --git a/lua/lexers/moonscript.lua b/lua/lexers/moonscript.lua index 50638ed..c0a00d2 100644 --- a/lua/lexers/moonscript.lua +++ b/lua/lexers/moonscript.lua @@ -163,7 +163,6 @@ M._tokenstyles = { fndef = l.STYLE_PREPROCESSOR, symbol = l.STYLE_EMBEDDED, tbl_key = l.STYLE_REGEX, - error = l.STYLE_ERROR, } M._FOLDBYINDENTATION = true -- cgit v1.2.3