* Macros are always commands

This commit is contained in:
capitaomorte 2010-04-06 21:47:03 +00:00
parent 455f044382
commit 100ab284d5

View File

@ -232,7 +232,7 @@ class TmSnippet
if override if override
return override return override
else else
return "# type: command\n" if @file =~ /(Commands\/)/ return "# type: command\n" if @file =~ /(Commands\/|Macros\/)/
end end
end end