mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix: bump phpdoc parser and query
This commit is contained in:
parent
314fe31dc7
commit
22025469b5
2 changed files with 4 additions and 4 deletions
|
|
@ -453,7 +453,7 @@
|
||||||
"revision": "e3002a11a72773bbaf3bab0e59fb64e6992b79ab"
|
"revision": "e3002a11a72773bbaf3bab0e59fb64e6992b79ab"
|
||||||
},
|
},
|
||||||
"phpdoc": {
|
"phpdoc": {
|
||||||
"revision": "eb9ef97a1a9a6489d003a45a36a9edbcc8177087"
|
"revision": "67db260cf4e99a02283ae26b808d59b86d42dc0f"
|
||||||
},
|
},
|
||||||
"pioasm": {
|
"pioasm": {
|
||||||
"revision": "924aadaf5dea2a6074d72027b064f939acf32e20"
|
"revision": "924aadaf5dea2a6074d72027b064f939acf32e20"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
(parameter
|
(parameter
|
||||||
(variable_name) @variable.parameter)
|
(variable_name) @variable.parameter)
|
||||||
|
|
||||||
(type_list
|
(union_type
|
||||||
[
|
[
|
||||||
(array_type)
|
(array_type)
|
||||||
(primitive_type)
|
(primitive_type)
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
(optional_type)
|
(optional_type)
|
||||||
] @type)
|
] @type)
|
||||||
|
|
||||||
(type_list) @nospell
|
(union_type) @nospell
|
||||||
|
|
||||||
(variable_name) @nospell
|
(variable_name) @nospell
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
(tag
|
(tag
|
||||||
(email_address) @string.special.url)
|
(email_address) @string.special.url)
|
||||||
|
|
||||||
(type_list
|
(union_type
|
||||||
"|" @keyword)
|
"|" @keyword)
|
||||||
|
|
||||||
(variable_name
|
(variable_name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue