mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 15:23:40 +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)
|
(directive)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
; extends
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
"=" @operator
|
"=" @operator
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
; inherits: go
|
; extends
|
||||||
|
|
||||||
"package" @namespace
|
"package" @namespace
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
; extends: html
|
; inherits: html
|
||||||
|
|
||||||
[
|
[
|
||||||
(field)
|
(field)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
; inherits: php
|
; extends
|
||||||
|
|
||||||
(scoped_call_expression
|
(scoped_call_expression
|
||||||
scope: [
|
scope: [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
; inherits: php_only
|
; extends
|
||||||
|
|
||||||
; php tags should be tagged as preprocessor tokens
|
; php tags should be tagged as preprocessor tokens
|
||||||
(php_tag) @preproc
|
(php_tag) @preproc
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
; inherits: vue
|
; extends
|
||||||
|
|
||||||
(
|
(
|
||||||
(element
|
(element
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue