From 3751586e1fbf044fa798737e9c59a0235c5aaee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 25 Feb 2017 20:48:51 +0100 Subject: lexers: sync with scintillua changeset 594 rev 6e29a8d2a783 Stuff which was left out / our local changes include: - lexer.lua: different loading mechanism and style handling - ansi_c.lua: for now we keep the separate token definitions with references to the respective standards. This should highlight file names after #include directives. It will also treat simple, non-nested occurrences of #if 0 ... #endif as a comment. - pkgbuild.lua: the arch specific fields have been kept - all scintilla $(style variables) have been replaced --- lua/lexers/rc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lexers/rc.lua') diff --git a/lua/lexers/rc.lua b/lua/lexers/rc.lua index 5ea0339..fcf9ef0 100644 --- a/lua/lexers/rc.lua +++ b/lua/lexers/rc.lua @@ -1,3 +1,4 @@ +-- Copyright 2017 Michael Forney. See LICENSE. -- rc LPeg lexer. local l = require('lexer') -- cgit v1.2.3