From 8b350e4522f97f5fe371dee38d9d9baba2d48e8f Mon Sep 17 00:00:00 2001 From: Tim Hartman Date: Fri, 12 Jul 2019 10:05:35 -0400 Subject: [PATCH] Fix syntax highlighting of comments with prefixes When a recipe contains a line with only a comment, and a prefix precedes the comment, the highlighting is invalid (the comment is not highlighted as such). This allows comments to appear in recipes. Fixes #4 --- Syntaxes/Makefile.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Syntaxes/Makefile.plist b/Syntaxes/Makefile.plist index c34ecca..53db7b0 100644 --- a/Syntaxes/Makefile.plist +++ b/Syntaxes/Makefile.plist @@ -509,6 +509,10 @@ name constant.character.escape.continuation.makefile + + include + #comment + include #variables