mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Reformatted ruby.jsf for tabsize 8
This commit is contained in:
parent
70b8e6a2d0
commit
5b54f69666
43
ruby.jsf
43
ruby.jsf
@ -55,9 +55,8 @@
|
|||||||
# / / regex not allowed after terms
|
# / / regex not allowed after terms
|
||||||
|
|
||||||
: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
|
||||||
@ -75,19 +74,19 @@ done
|
|||||||
"a-zA-Z0-9_" pod_ident
|
"a-zA-Z0-9_" pod_ident
|
||||||
|
|
||||||
:maybe_inc Idle
|
:maybe_inc Idle
|
||||||
* after_term noeat
|
* after_term noeat
|
||||||
"<" maybe_inc1
|
"<" maybe_inc1
|
||||||
|
|
||||||
:maybe_inc1 Idle
|
:maybe_inc1 Idle
|
||||||
* after_term noeat
|
* after_term noeat
|
||||||
"-" allow_space
|
"-" allow_space
|
||||||
"'\"" quoted_inc_start save_c recolor=-1
|
"'\"" quoted_inc_start save_c recolor=-1
|
||||||
"A-Za-z_" inc buffer noeat
|
"A-Za-z_" inc buffer noeat
|
||||||
|
|
||||||
:allow_space Idle
|
:allow_space Idle
|
||||||
* after_term noeat
|
* after_term noeat
|
||||||
"'\"" quoted_inc_start_allow save_c recolor=-1
|
"'\"" quoted_inc_start_allow save_c recolor=-1
|
||||||
"A-Za-z_" inc_allow buffer noeat
|
"A-Za-z_" inc_allow buffer noeat
|
||||||
|
|
||||||
:quoted_inc_start Var
|
:quoted_inc_start Var
|
||||||
* quoted_inc buffer
|
* quoted_inc buffer
|
||||||
@ -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
|
||||||
@ -290,7 +289,7 @@ done
|
|||||||
* backtick
|
* backtick
|
||||||
"`" after_term
|
"`" after_term
|
||||||
"\\" backtick_escape recolor=-1
|
"\\" backtick_escape recolor=-1
|
||||||
"$@" backtick_subst recolor=-1
|
"$@" backtick_subst recolor=-1
|
||||||
|
|
||||||
:backtick_subst Escape
|
:backtick_subst Escape
|
||||||
* backtick noeat recolor=-1
|
* backtick noeat recolor=-1
|
||||||
@ -302,7 +301,7 @@ done
|
|||||||
"c" backtick_ctrl
|
"c" backtick_ctrl
|
||||||
"N" backtick_named
|
"N" backtick_named
|
||||||
"0-7" backtick_octal2
|
"0-7" backtick_octal2
|
||||||
"\n" backtick recolor=-2
|
"\n" backtick recolor=-2
|
||||||
|
|
||||||
:backtick_named Escape
|
:backtick_named Escape
|
||||||
* backtick
|
* backtick
|
||||||
@ -316,7 +315,7 @@ done
|
|||||||
* backtick
|
* backtick
|
||||||
|
|
||||||
:backtick_hex1 Escape
|
:backtick_hex1 Escape
|
||||||
* backtick noeat
|
* backtick noeat
|
||||||
"{" backtick_unicode
|
"{" backtick_unicode
|
||||||
"0-9a-fA-F" backtick_hex2
|
"0-9a-fA-F" backtick_hex2
|
||||||
|
|
||||||
@ -325,15 +324,15 @@ done
|
|||||||
"}" backtick
|
"}" backtick
|
||||||
|
|
||||||
:backtick_hex2 Escape
|
:backtick_hex2 Escape
|
||||||
* backtick noeat
|
* backtick noeat
|
||||||
"0-9a-fA-F" backtick
|
"0-9a-fA-F" backtick
|
||||||
|
|
||||||
:backtick_octal2 Escape
|
:backtick_octal2 Escape
|
||||||
* backtick noeat
|
* backtick noeat
|
||||||
"0-7" backtick_octal3
|
"0-7" backtick_octal3
|
||||||
|
|
||||||
:backtick_octal3 Escape
|
:backtick_octal3 Escape
|
||||||
* backtick noeat
|
* backtick noeat
|
||||||
"0-7" backtick
|
"0-7" backtick
|
||||||
|
|
||||||
:ident Idle
|
:ident Idle
|
||||||
@ -388,16 +387,16 @@ done
|
|||||||
"a-zA-Z0-9_" ident
|
"a-zA-Z0-9_" ident
|
||||||
|
|
||||||
:kw Keyword
|
:kw Keyword
|
||||||
* rest noeat
|
* rest noeat
|
||||||
|
|
||||||
: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