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/sml.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/lexers/sml.lua') diff --git a/lua/lexers/sml.lua b/lua/lexers/sml.lua index 40c0540..e734afd 100644 --- a/lua/lexers/sml.lua +++ b/lua/lexers/sml.lua @@ -1,3 +1,6 @@ +-- Copyright 2017 Murray Calavera. See LICENSE. +-- Standard ML LPeg lexer. + local l = require('lexer') local token = l.token -- cgit v1.2.3