Skip to content

Commit 6dc89c7

Browse files
authored
Merge pull request #184 from willrowe/fix-invalid-pop-directives
Remove invalid `pop` directives
2 parents 70f5ebe + a09629e commit 6dc89c7

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)