From afb3554641cebc20eea9f102fa67075b8833ac31 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Mon, 25 May 2026 14:50:40 +0200 Subject: [PATCH] Remove redundant comment include --- YamlPipeline.sublime-syntax | 2 -- 1 file changed, 2 deletions(-) diff --git a/YamlPipeline.sublime-syntax b/YamlPipeline.sublime-syntax index fa8fc78..a0f21b2 100644 --- a/YamlPipeline.sublime-syntax +++ b/YamlPipeline.sublime-syntax @@ -120,7 +120,6 @@ contexts: pop: 1 - match: ^(?=\S) # the block is empty pop: 1 - - include: comment # include comments but not properties - match: .+ scope: invalid.illegal.expected-comment-or-newline.yaml @@ -135,7 +134,6 @@ contexts: pop: 1 - match: ^(?=\S) # the block is empty pop: 1 - - include: comment # include comments but not properties - match: .+ scope: invalid.illegal.expected-comment-or-newline.yaml