@@ -2,4 +2,6 @@
if echo $@|grep -- "--language-force=php" >/dev/null 2>&1 ; then
ctags-exuberant $(echo $@ | sed 's/--language-force=php//' | sed 's/--php-types=[^ ]*//')
+else
+ ctags-exuberant $@
fi