1
0
Fork 0
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:
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) (directive)

View file

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

View file

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

View file

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

View file

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

View file

@ -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

View file

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