mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12: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
|
||||
* maybe_key noeat
|
||||
"\t" bad_tab recolor=-1
|
||||
"#" maybe_lscomment1
|
||||
"#" line_comment recolor=-1
|
||||
" " line_start
|
||||
|
||||
:maybe_lscomment1 Idle
|
||||
* maybe_key noeat
|
||||
" " line_comment recolor=-2
|
||||
|
||||
:maybe_idlecomment Comment
|
||||
* idle noeat
|
||||
"#" maybe_idlecomment2
|
||||
|
||||
:maybe_idlecomment2 Comment
|
||||
* idle recolor=-2
|
||||
" " line_comment recolor=-2
|
||||
"#" line_comment recolor=-1
|
||||
|
||||
:idle Constant
|
||||
* idle
|
||||
|
Loading…
Reference in New Issue
Block a user