Ruby: fixed class declaration hilite

This commit is contained in:
Christian Nicolai 2011-09-18 16:30:00 +02:00
parent 23aa59efc2
commit da873ca713
2 changed files with 3 additions and 6 deletions

View File

@ -9,4 +9,4 @@ else
num=$1
fi
tar cvf "${PREFIX}_$num.tar" --exclude="*.part.jsf" *.jsf
tar cvf "${PREFIX}_$num.tar" --exclude="*.part.jsf" ./*.jsf

View File

@ -410,13 +410,10 @@ done
" \t\n" kw_class_space
:kw_class_space Idle
* kw_class_decl1 noeat
" \t\n" kw_class_space
:kw_class_decl1 ClassDecl
* rest noeat
# first char should be uppercase letter
"a-zA-Z_" kw_class_decl1
"a-zA-Z_" kw_class_decl noeat
" \t\n" kw_class_space
:kw_class_decl ClassDecl
* rest noeat