1
0
Fork 0
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:
Henrik Hautakoski 2026-05-06 15:48:59 +02:00
parent 70bde529c1
commit d701553bdd
7 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,4 @@
; inherits: blade
; extends
([
(directive)

View file

@ -1,3 +1,5 @@
; extends
(comment) @comment
"=" @operator

View file

@ -1,3 +1,3 @@
; inherits: go
; extends
"package" @namespace

View file

@ -1,4 +1,4 @@
; extends: html
; inherits: html
[
(field)

View file

@ -1,4 +1,4 @@
; inherits: php
; extends
(scoped_call_expression
scope: [

View file

@ -1,4 +1,4 @@
; inherits: php_only
; extends
; php tags should be tagged as preprocessor tokens
(php_tag) @preproc

View file

@ -1,4 +1,4 @@
; inherits: vue
; extends
(
(element