summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/context/data/textadept/context/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/context/data/textadept/context/init.lua')
-rw-r--r--Master/texmf-dist/context/data/textadept/context/init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/context/data/textadept/context/init.lua b/Master/texmf-dist/context/data/textadept/context/init.lua
index 9d89d2c0abe..d5da25fc86f 100644
--- a/Master/texmf-dist/context/data/textadept/context/init.lua
+++ b/Master/texmf-dist/context/data/textadept/context/init.lua
@@ -6,6 +6,10 @@ local info = {
license = "see context related readme files",
}
+-- Note for myself: I need to check the latest greatest textadept and also see if
+-- the lpeg lexer interface has been ported to the latest scite. If not I need to
+-- come up with a backup plan (vscode?).
+
if not textadept then
return
end