From 2a25b067f78f395392499ac9f19a8028d847d07e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 17 Feb 2003 11:18:11 +0000 Subject: Upgraded keyword list descriptions from Brian Quinlan. --- src/LexLua.cxx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/LexLua.cxx') diff --git a/src/LexLua.cxx b/src/LexLua.cxx index b7920ef20..159bc1585 100644 --- a/src/LexLua.cxx +++ b/src/LexLua.cxx @@ -297,4 +297,14 @@ static void FoldLuaDoc(unsigned int startPos, int length, int /* initStyle */, W styler.SetLevel(lineCurrent, levelPrev | flagsNext); } -LexerModule lmLua(SCLEX_LUA, ColouriseLuaDoc, "lua", FoldLuaDoc); +static const char * const luaWordListDesc[] = { + "Keywords", + "Basic functions", + "String & math functions", + "I/O & system facilities", + "XXX", + "XXX", + 0 +}; + +LexerModule lmLua(SCLEX_LUA, ColouriseLuaDoc, "lua", FoldLuaDoc, luaWordListDesc); -- cgit v1.2.3