From e959814c5cbc5c069cbfe9cb6dd088c1b5241e76 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 4 Aug 2017 14:32:04 +0200 Subject: [PATCH] yaml: handle line comments in lists correctly Brought up by https://github.com/cmur2/joe-syntax/pull/27 --- yaml.jsf | 1 + 1 file changed, 1 insertion(+) diff --git a/yaml.jsf b/yaml.jsf index 9d88635..7c5e8e7 100644 --- a/yaml.jsf +++ b/yaml.jsf @@ -51,6 +51,7 @@ * idle noeat ":" key " a-zA-Z0-9_-" maybe_key1 + "#" maybe_idle_comment noeat # necessary to include the : :key Idle