From a832dbd5f43d47cedda9c68a583bc2fceee41e0c Mon Sep 17 00:00:00 2001 From: Todd Lewis Date: Fri, 3 Feb 2017 14:42:48 -0500 Subject: [PATCH] Fix spaces after '#' --- yaml.jsf | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/yaml.jsf b/yaml.jsf index 1caa1c0..350bd82 100644 --- a/yaml.jsf +++ b/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