mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 22:54:23 +01:00
Fix spaces after '#'
This commit is contained in:
parent
7ba201799e
commit
a832dbd5f4
12
yaml.jsf
12
yaml.jsf
@ -20,20 +20,12 @@
|
|||||||
:line_start Idle
|
:line_start Idle
|
||||||
* maybe_key noeat
|
* maybe_key noeat
|
||||||
"\t" bad_tab recolor=-1
|
"\t" bad_tab recolor=-1
|
||||||
"#" maybe_lscomment1
|
"#" line_comment recolor=-1
|
||||||
" " line_start
|
" " line_start
|
||||||
|
|
||||||
:maybe_lscomment1 Idle
|
|
||||||
* maybe_key noeat
|
|
||||||
" " line_comment recolor=-2
|
|
||||||
|
|
||||||
:maybe_idlecomment Comment
|
:maybe_idlecomment Comment
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"#" maybe_idlecomment2
|
"#" line_comment recolor=-1
|
||||||
|
|
||||||
:maybe_idlecomment2 Comment
|
|
||||||
* idle recolor=-2
|
|
||||||
" " line_comment recolor=-2
|
|
||||||
|
|
||||||
:idle Constant
|
:idle Constant
|
||||||
* idle
|
* idle
|
||||||
|
Loading…
Reference in New Issue
Block a user