aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-01-01 12:32:38 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-01-01 12:32:38 -0500
commit3d6f697add4606a1a84f9d77993d8f05daf4f8fe (patch)
treef98059344b097e3843908277206ebc69f2b226f7 /modules/textadept/adeptsense.lua
parentbd55d676f133a5b38ca53c33bf599d66dfe1fc87 (diff)
downloadtextadept-3d6f697add4606a1a84f9d77993d8f05daf4f8fe.tar.gz
textadept-3d6f697add4606a1a84f9d77993d8f05daf4f8fe.zip
Code cleanup.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua4
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 = {}
},