diff options
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r-- | modules/textadept/adeptsense.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index 39381762..281937fe 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -903,9 +903,7 @@ syntax = { class_definition = 'class%s+([%w_]+)', word_chars = '%w_', symbol_chars = '[%w_%.]', - type_declarations = { - '(%u[%w_%.]+)%s+%_', -- Foo bar - }, + type_declarations = { '(%u[%w_%.]+)%s+%_' }, -- Foo bar type_declarations_exclude = {}, type_assignments = {} }, |