From db55c7d4631063d9f3a97c2936d335d481d0de13 Mon Sep 17 00:00:00 2001 From: Reuh Date: Sat, 17 Aug 2019 18:00:50 +0200 Subject: [PATCH] Fix table comprehension pop --- Candran.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Candran.sublime-syntax b/Candran.sublime-syntax index 923eeb4..46fc1ae 100644 --- a/Candran.sublime-syntax +++ b/Candran.sublime-syntax @@ -546,7 +546,7 @@ contexts: table-comprehension: - match: \[ scope: punctuation.section.brackets.begin.candran - push: + set: - meta_scope: meta.brackets.candran - match: \] scope: punctuation.section.brackets.end.candran