Skip to content

Commit

Permalink
Merge pull request #184 from willrowe/fix-invalid-pop-directives
Browse files Browse the repository at this point in the history
Remove invalid `pop` directives
  • Loading branch information
Medalink authored Feb 14, 2020
2 parents 70f5ebe + a09629e commit 6dc89c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blade.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ contexts:
0: punctuation.section.embedded.php
2: constant.other.inline-data.html
3: entity.name.tag.block.any.html
pop: false

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

0 comments on commit 6dc89c7

Please sign in to comment.