1
0
Форкнуть 0
A fix for a fix that again fixes YAML comments.
Этот коммит содержится в:
Todd Lewis 2017-08-04 15:35:32 -04:00 коммит произвёл Christian Nicolai
родитель a1f9804033
Коммит 6b5cc885c9
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -50,8 +50,8 @@
:maybe_key1 Constant
* idle noeat
":" key
" a-zA-Z0-9_-" maybe_key1
"#" maybe_idle_comment noeat
"a-zA-Z0-9_-" maybe_key1
" " maybe_key1_comment
# necessary to include the :
:key Idle
@ -68,6 +68,10 @@
* plain_scalar noeat
"#" line_comment
:maybe_key1_comment Comment
* maybe_key1 noeat
"#" line_comment
:maybe_idle_comment Comment
* idle noeat
"#" line_comment