summaryrefslogtreecommitdiff
path: root/context/data/textadept/context/lexers/scite-context-lexer-pdf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/textadept/context/lexers/scite-context-lexer-pdf.lua')
-rw-r--r--context/data/textadept/context/lexers/scite-context-lexer-pdf.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/context/data/textadept/context/lexers/scite-context-lexer-pdf.lua b/context/data/textadept/context/lexers/scite-context-lexer-pdf.lua
index 1d4796ea5..0fd238d63 100644
--- a/context/data/textadept/context/lexers/scite-context-lexer-pdf.lua
+++ b/context/data/textadept/context/lexers/scite-context-lexer-pdf.lua
@@ -6,13 +6,12 @@ local info = {
license = "see context related readme files",
}
--- pdf is normally startic .. i.e. not edited so we don't really
+-- pdf is normally static .. i.e. not edited so we don't really
-- need embedded lexers.
local P, R, S, V = lpeg.P, lpeg.R, lpeg.S, lpeg.V
--- local lexer = require("lexer")
-local lexer = require("scite-context-lexer")
+local lexer = require("scite-context-lexer")
local context = lexer.context
local patterns = context.patterns