mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
Reformatted ruby.jsf for tabsize 8
This commit is contained in:
parent
70b8e6a2d0
commit
5b54f69666
15
ruby.jsf
15
ruby.jsf
@ -56,8 +56,7 @@
|
|||||||
|
|
||||||
:after_term Idle
|
:after_term Idle
|
||||||
* rest noeat
|
* rest noeat
|
||||||
"{}" brace recolor=-1
|
" \t)" after_term
|
||||||
" )" after_term
|
|
||||||
"/%" rest
|
"/%" rest
|
||||||
|
|
||||||
:pod_start Idle
|
:pod_start Idle
|
||||||
@ -140,7 +139,7 @@ done
|
|||||||
|
|
||||||
:next_line_allow Constant
|
:next_line_allow Constant
|
||||||
* todelim_allow buffer
|
* todelim_allow buffer
|
||||||
" \n" next_line_allow
|
" \t\n" next_line_allow
|
||||||
|
|
||||||
:founddelim Var
|
:founddelim Var
|
||||||
* idle noeat
|
* idle noeat
|
||||||
@ -204,7 +203,7 @@ done
|
|||||||
"." float
|
"." float
|
||||||
|
|
||||||
:maybe_float Constant
|
:maybe_float Constant
|
||||||
* after_term recolor=-2 noeat
|
* after_term noeat recolor=-2
|
||||||
"0-9" float recolor=-2
|
"0-9" float recolor=-2
|
||||||
|
|
||||||
:float Constant
|
:float Constant
|
||||||
@ -392,12 +391,12 @@ done
|
|||||||
|
|
||||||
:pstring Idle
|
:pstring Idle
|
||||||
* match noeat
|
* match noeat
|
||||||
" " after_term noeat
|
" \t" after_term noeat
|
||||||
"xrqQw" match
|
"xrqQw" match
|
||||||
|
|
||||||
:match Idle
|
:match Idle
|
||||||
* inmatch save_c recolor=-1
|
* inmatch save_c recolor=-1
|
||||||
" " match
|
" \t" match
|
||||||
|
|
||||||
:inmatch Constant
|
:inmatch Constant
|
||||||
* inmatch
|
* inmatch
|
||||||
@ -410,7 +409,7 @@ done
|
|||||||
:subst Idle
|
:subst Idle
|
||||||
* insubst save_c recolor=-1
|
* insubst save_c recolor=-1
|
||||||
"<([{`" delim_insubst save_c recolor=-1
|
"<([{`" delim_insubst save_c recolor=-1
|
||||||
" " subst
|
" \t" subst
|
||||||
|
|
||||||
:insubst Constant
|
:insubst Constant
|
||||||
* insubst
|
* insubst
|
||||||
@ -438,7 +437,7 @@ done
|
|||||||
|
|
||||||
:delim_repl Constant
|
:delim_repl Constant
|
||||||
* repl save_c recolor=-1
|
* repl save_c recolor=-1
|
||||||
" " delim_repl
|
" \t" delim_repl
|
||||||
|
|
||||||
:repl Constant
|
:repl Constant
|
||||||
* repl
|
* repl
|
||||||
|
Loading…
Reference in New Issue
Block a user