summaryrefslogtreecommitdiff
path: root/context/data/textadept/context/lexers/scite-context-lexer-xml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/textadept/context/lexers/scite-context-lexer-xml.lua')
-rw-r--r--context/data/textadept/context/lexers/scite-context-lexer-xml.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/context/data/textadept/context/lexers/scite-context-lexer-xml.lua b/context/data/textadept/context/lexers/scite-context-lexer-xml.lua
index 1b7e2e897..bbdb3febc 100644
--- a/context/data/textadept/context/lexers/scite-context-lexer-xml.lua
+++ b/context/data/textadept/context/lexers/scite-context-lexer-xml.lua
@@ -17,8 +17,7 @@ local P, R, S, C, Cmt, Cp = lpeg.P, lpeg.R, lpeg.S, lpeg.C, lpeg.Cmt, lpeg.Cp
local type = type
local match, find = string.match, string.find
--- local lexer = require("lexer")
-local lexer = require("scite-context-lexer")
+local lexer = require("scite-context-lexer")
local context = lexer.context
local patterns = context.patterns