From e766264f6e5687af020004dd847d0d588b3a3c12 Mon Sep 17 00:00:00 2001 From: mean-cj Date: Sat, 9 Apr 2016 22:51:33 +0700 Subject: [PATCH] fixed match close bracket When use multiple @ in single line match close bracket highlight color is invalid --- blade.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blade.sublime-syntax b/blade.sublime-syntax index b2e41a8..8e7f00c 100644 --- a/blade.sublime-syntax +++ b/blade.sublime-syntax @@ -40,7 +40,7 @@ contexts: push: - meta_scope: meta.embedded.line.php - meta_content_scope: source.php - - match: '\)(?!.*\))' + - match: '\)' pop: true - include: 'scope:source.php'