mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Ruby: fixed class declaration hilite
This commit is contained in:
parent
23aa59efc2
commit
da873ca713
@ -9,4 +9,4 @@ else
|
|||||||
num=$1
|
num=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tar cvf "${PREFIX}_$num.tar" --exclude="*.part.jsf" *.jsf
|
tar cvf "${PREFIX}_$num.tar" --exclude="*.part.jsf" ./*.jsf
|
||||||
|
7
ruby.jsf
7
ruby.jsf
@ -410,13 +410,10 @@ done
|
|||||||
" \t\n" kw_class_space
|
" \t\n" kw_class_space
|
||||||
|
|
||||||
:kw_class_space Idle
|
:kw_class_space Idle
|
||||||
* kw_class_decl1 noeat
|
|
||||||
" \t\n" kw_class_space
|
|
||||||
|
|
||||||
:kw_class_decl1 ClassDecl
|
|
||||||
* rest noeat
|
* rest noeat
|
||||||
# first char should be uppercase letter
|
# 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
|
:kw_class_decl ClassDecl
|
||||||
* rest noeat
|
* rest noeat
|
||||||
|
Loading…
Reference in New Issue
Block a user