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/inform.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lexers/inform.lua') diff --git a/lua/lexers/inform.lua b/lua/lexers/inform.lua index 94049fa..c2e63e9 100644 --- a/lua/lexers/inform.lua +++ b/lua/lexers/inform.lua @@ -1,3 +1,4 @@ +-- Copyright 2010-2017 Jeff Stone. See LICENSE. -- Inform LPeg lexer for Scintillua. -- JMS 2010-04-25. -- cgit v1.2.3