mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/queries: fix parser extension directives.
This commit is contained in:
parent
70bde529c1
commit
d701553bdd
7 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: blade
|
||||
; extends
|
||||
|
||||
([
|
||||
(directive)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
; extends
|
||||
|
||||
(comment) @comment
|
||||
|
||||
"=" @operator
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
; inherits: go
|
||||
; extends
|
||||
|
||||
"package" @namespace
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; extends: html
|
||||
; inherits: html
|
||||
|
||||
[
|
||||
(field)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: php
|
||||
; extends
|
||||
|
||||
(scoped_call_expression
|
||||
scope: [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: php_only
|
||||
; extends
|
||||
|
||||
; php tags should be tagged as preprocessor tokens
|
||||
(php_tag) @preproc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: vue
|
||||
; extends
|
||||
|
||||
(
|
||||
(element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue