From 3d6f697add4606a1a84f9d77993d8f05daf4f8fe Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 1 Jan 2012 12:32:38 -0500 Subject: Code cleanup. --- modules/textadept/adeptsense.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/textadept/adeptsense.lua') 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 = {} }, -- cgit v1.2.3