Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/blade/highlights.scm')
-rw-r--r--runtime/queries/blade/highlights.scm18
1 files changed, 5 insertions, 13 deletions
diff --git a/runtime/queries/blade/highlights.scm b/runtime/queries/blade/highlights.scm
index e6d27fad..04a4b965 100644
--- a/runtime/queries/blade/highlights.scm
+++ b/runtime/queries/blade/highlights.scm
@@ -1,16 +1,8 @@
-; inherits: html
-
-(directive) @keyword.directive
-(directive_start) @keyword.directive
-(directive_end) @keyword.directive
+(directive) @tag
+(directive_start) @tag
+(directive_end) @tag
(comment) @comment
-
-; merged with blade punctuation
[
- "{{"
- "}}"
- "{!!"
- "!!}"
- "("
- ")"
+ (bracket_start)
+ (bracket_end)
] @punctuation.bracket