Ruby: fixed class declaration hilite

Este commit está contenido en:
Christian Nicolai
2011-09-18 16:30:00 +02:00
padre 23aa59efc2
commit da873ca713
Se han modificado 2 ficheros con 3 adiciones y 6 borrados
+1 -1
Ver fichero
@@ -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
+2 -5
Ver fichero
@@ -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