diff options
Diffstat (limited to 'core/gui.lua')
-rw-r--r-- | core/gui.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua index 056c6672..fbf84d89 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -259,7 +259,6 @@ local function set_properties() -- Properties. buffer.property['textadept.home'] = _HOME buffer.property['lexer.lpeg.home'] = _LEXERPATH - buffer.property['lexer.lpeg.script'] = _HOME..'/lexers/lexer.lua' buffer.property['lexer.lpeg.color.theme'] = THEME..'/lexer.lua' -- Buffer. buffer.code_page = _SCINTILLA.constants.SC_CP_UTF8 |