diff options
Diffstat (limited to 'themes/dark/lexer.lua')
-rw-r--r-- | themes/dark/lexer.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index f5a685a8..cd738d42 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -1,6 +1,10 @@ -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark lexer theme for Textadept. +-- Please note this theme is in a separate Lua state than Textadept's main one. +-- This means the global variables like 'buffer', 'view', and 'gui' are not +-- available here. Only the variables in the 'lexer' module are. + module('lexer', package.seeall) colors = { |