diff options
author | 2012-01-01 12:32:38 -0500 | |
---|---|---|
committer | 2012-01-01 12:32:38 -0500 | |
commit | 3d6f697add4606a1a84f9d77993d8f05daf4f8fe (patch) | |
tree | f98059344b097e3843908277206ebc69f2b226f7 /modules/textadept/adeptsense.lua | |
parent | bd55d676f133a5b38ca53c33bf599d66dfe1fc87 (diff) | |
download | textadept-3d6f697add4606a1a84f9d77993d8f05daf4f8fe.tar.gz textadept-3d6f697add4606a1a84f9d77993d8f05daf4f8fe.zip |
Code cleanup.
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 = {} }, |