mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 06:54:22 +01:00
Ruby: fixed class declaration hilite
This commit is contained in:
parent
23aa59efc2
commit
da873ca713
@ -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
|
||||
|
7
ruby.jsf
7
ruby.jsf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user