aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/gui.lua')
-rw-r--r--core/gui.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua
index 9f142183..65df428f 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -270,7 +270,7 @@ local function set_properties()
buffer.lexer_language = 'lpeg'
buffer:private_lexer_call(SETDIRECTFUNCTION, buffer.direct_function)
buffer:private_lexer_call(SETDIRECTPOINTER, buffer.direct_pointer)
- buffer:private_lexer_call(SETLEXERLANGUAGE, 'container')
+ buffer:private_lexer_call(SETLEXERLANGUAGE, 'text')
buffer.style_bits = 8
-- Properties.
buffer.property['textadept.home'] = _HOME