1
0
Fork 0
mirror of https://github.com/Reuh/sublime-candran.git synced 2025-10-27 10:09:31 +00:00

Fix table comprehension pop

This commit is contained in:
Étienne Fildadut 2019-08-17 18:00:50 +02:00
parent 2958538d03
commit db55c7d463

View file

@ -546,7 +546,7 @@ contexts:
table-comprehension: table-comprehension:
- match: \[ - match: \[
scope: punctuation.section.brackets.begin.candran scope: punctuation.section.brackets.begin.candran
push: set:
- meta_scope: meta.brackets.candran - meta_scope: meta.brackets.candran
- match: \] - match: \]
scope: punctuation.section.brackets.end.candran scope: punctuation.section.brackets.end.candran