diff options
author | 2014-11-12 17:29:57 -0500 | |
---|---|---|
committer | 2014-11-12 17:29:57 -0500 | |
commit | fcd60e26dec14abd3b9f65f9f8d2b95eba6db104 (patch) | |
tree | 3d344dcfcee1aba8ce6719178f5f597560a83d0c /core/ui.lua | |
parent | f4cc2ff3bdac044f30bc08cdd3ca283db825b4b8 (diff) | |
download | textadept-fcd60e26dec14abd3b9f65f9f8d2b95eba6db104.tar.gz textadept-fcd60e26dec14abd3b9f65f9f8d2b95eba6db104.zip |
Code and documentation cleanup.
Diffstat (limited to 'core/ui.lua')
-rw-r--r-- | core/ui.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ui.lua b/core/ui.lua index 28c7cef0..bb6f7e4f 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -274,7 +274,6 @@ local SETLEXERLANGUAGE = _SCINTILLA.properties.lexer_language[2] -- Sets default properties for a Scintilla document. events_connect(events.BUFFER_NEW, function() buffer.code_page = buffer.CP_UTF8 - buffer.style_bits = 8 buffer.lexer_language = 'lpeg' buffer:private_lexer_call(SETDIRECTFUNCTION, buffer.direct_function) buffer:private_lexer_call(SETDIRECTPOINTER, buffer.direct_pointer) |