Document yaml.jsf contributions

This commit is contained in:
cn 2017-02-04 23:40:52 +01:00
parent 8e55c1d34b
commit 47a1b1a1f0
2 changed files with 8 additions and 8 deletions

View File

@ -40,6 +40,7 @@ Files with contributions (or unclear license info):
* [powershell.jsf](https://github.com/cmur2/joe-syntax/blob/master/powershell.jsf) which is entirely contributed by [Oskar Liljeblad](https://github.com/osklil) under GPL v2 or any later version ([comment](https://github.com/cmur2/joe-syntax/pull/5#issuecomment-76935968))
* [puppet.jsf](https://github.com/cmur2/joe-syntax/blob/master/puppet.jsf) which is created by [Christian Nicolai](https://github.com/cmur2) and then modified by [Eric Eisenhart](https://github.com/eeisenhart)
* [sql.jsf](https://github.com/cmur2/joe-syntax/blob/master/sql.jsf) which is from an "unknown source" (delivered by [Rebecca Turner](https://github.com/iarna))
* [yaml.jsf](https://github.com/cmur2/joe-syntax/blob/master/yaml.jsf) which is created by [Christian Nicolai](https://github.com/cmur2) with bug fixes from [Todd Lewis](https://github.com/utoddl)
## Links

View File

@ -12,7 +12,7 @@
=Directive red
=Reference yellow
=LocalType blue
=LocalType fg_310 # brown
=BlockDelim bold blue
=BadTab inverse red
@ -23,15 +23,11 @@
"#" line_comment recolor=-1
" " line_start
:maybe_idlecomment Comment
* idle noeat
"#" line_comment recolor=-1
:idle Constant
* idle
"\n" line_start
" " maybe_idlecomment
"%" directive recolor=-1
" " maybe_line_comment
"'" string_sq_1 recolor=-1
"\"" string_dq_1 recolor=-1
"{[]}" brace recolor=-1
@ -41,8 +37,7 @@
:maybe_key Idle
* maybe_key1 recolor=-1 mark
"\n" line_start
"%#'\"{[]}*&!" idle noeat
"\n%#'\"{[]}*&!" idle noeat
"-" maybe_block1 mark
:maybe_key1 Constant
@ -61,6 +56,10 @@
:bad_tab BadTab
* line_start noeat
:maybe_line_comment Comment
* idle noeat
"#" line_comment
:line_comment Comment
* line_comment
"\n" line_start