Skip to content

Commit a09629e

Browse files
committed
Remove invalid pop directives
- `pop` only accepts `true` or a positive integer larger than zero.
1 parent 70f5ebe commit a09629e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

blade.sublime-syntax

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ contexts:
120120
0: punctuation.section.embedded.php
121121
2: constant.other.inline-data.html
122122
3: entity.name.tag.block.any.html
123-
pop: false
124123

125124
- match: '(\s{0}|^)(\@)\b([a-zA-Z_]+)\b(?=(|\s*|)\()'
126125
captures:
@@ -138,4 +137,3 @@ contexts:
138137
captures:
139138
0: support.function
140139
2: constant.other.inline-data.html
141-
pop: false

0 commit comments

Comments
 (0)