-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nvim): nvim
0.10
, update nvim-ts-autotag
, add blade TS parser
- Loading branch information
1 parent
8609beb
commit 7e75253
Showing
5 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
(directive) @function | ||
(directive_start) @function | ||
(directive_end) @function | ||
(comment) @comment | ||
((parameter) @include (#set! "priority" 110)) | ||
((php_only) @include (#set! "priority" 110)) | ||
((bracket_start) @function (#set! "priority" 120)) | ||
((bracket_end) @function (#set! "priority" 120)) | ||
(keyword) @function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
((text) @injection.content | ||
(#not-has-ancestor? @injection.content "envoy") | ||
(#set! injection.combined) | ||
(#set! injection.language php)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
au BufRead,BufNewFile *.blade.php set filetype=blade | ||
augroup BladeFiltypeRelated | ||
au BufRead,BufNewFile *.blade.php set filetype=blade | ||
augroup END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters