aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/scite2co.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scite2co.lua')
-rwxr-xr-xlib/scite2co.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scite2co.lua b/lib/scite2co.lua
index e03a59f..8e47ff2 100755
--- a/lib/scite2co.lua
+++ b/lib/scite2co.lua
@@ -112,11 +112,11 @@ io.write([=[}
-- NOTE: The lexer encoded in the property file is not
-- a SCLEX_* name but rather the lexer's module name
-- as set by the LexerModule constructor.
--- Therefore we must emit SCI_SETLEXERLANGUAGE calls here.
+-- Therefore we must emit SCI_SETILEXER calls here.
local lexer = expand(get_property_by_pattern("lexer.", file_patterns))
io.write([=[
@[lexer.set.]=]..language:lower()..[=[]{
- ESSETLEXERLANGUAGE]=]..lexer..[=[
+ ESSETILEXER]=]..lexer..[=[
]=])
-- print keyword definitions with word wrapping
for i = 1, 9 do