mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Ruby: minor bugfix with subroutine
This commit is contained in:
parent
09bdf55037
commit
f9ac8887c5
9
ruby.jsf
9
ruby.jsf
@ -26,14 +26,17 @@
|
|||||||
|
|
||||||
# Detect pod
|
# Detect pod
|
||||||
|
|
||||||
:idle Idle
|
:pre_idle Idle
|
||||||
* NULL noeat call=.ruby()
|
* NULL noeat call=.ruby()
|
||||||
|
|
||||||
|
.subr ruby
|
||||||
|
|
||||||
|
:idle Idle
|
||||||
|
* rest noeat
|
||||||
"=" pod_start
|
"=" pod_start
|
||||||
|
|
||||||
# Rest of line
|
# Rest of line
|
||||||
|
|
||||||
.subr ruby
|
|
||||||
|
|
||||||
:rest Idle
|
:rest Idle
|
||||||
* rest
|
* rest
|
||||||
"#" line_comment recolor=-1
|
"#" line_comment recolor=-1
|
||||||
|
Loading…
Reference in New Issue
Block a user