summaryrefslogtreecommitdiff
path: root/context/data/textadept/context/lexers/scite-context-lexer-dummy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/textadept/context/lexers/scite-context-lexer-dummy.lua')
-rw-r--r--context/data/textadept/context/lexers/scite-context-lexer-dummy.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/context/data/textadept/context/lexers/scite-context-lexer-dummy.lua b/context/data/textadept/context/lexers/scite-context-lexer-dummy.lua
index 69590ed34..5d3096b7d 100644
--- a/context/data/textadept/context/lexers/scite-context-lexer-dummy.lua
+++ b/context/data/textadept/context/lexers/scite-context-lexer-dummy.lua
@@ -1,4 +1,4 @@
--- local info = {
+local info = {
version = 1.002,
comment = "scintilla lpeg lexer that triggers whitespace backtracking",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
@@ -10,8 +10,7 @@
-- we need to trigger that, for instance in the bibtex lexer, but still
-- we get failed lexing
--- local lexer = require("lexer")
-local lexer = require("scite-context-lexer")
+local lexer = require("scite-context-lexer")
local context = lexer.context
local patterns = context.patterns