diff options
| author | 2011-12-14 04:07:04 -0500 | |
|---|---|---|
| committer | 2011-12-14 04:07:04 -0500 | |
| commit | 4379015de5be80ac8a4ec280390960fe7f249c11 (patch) | |
| tree | 90ac2a1939c21f88f945107150a0818a1e145742 | |
| parent | 630919eff54519813c3263bd824fd4967ad81589 (diff) | |
| download | textadept-4379015de5be80ac8a4ec280390960fe7f249c11.tar.gz textadept-4379015de5be80ac8a4ec280390960fe7f249c11.zip | |
No need for 'lexer.lpeg.script' property anymore; 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 |
