mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
chore(perl): update parser
This commit is contained in:
parent
0b50cf1592
commit
84544f5cd3
2 changed files with 2 additions and 2 deletions
|
|
@ -423,7 +423,7 @@
|
|||
"revision": "e01767921df18142055d97407595329d7629e643"
|
||||
},
|
||||
"perl": {
|
||||
"revision": "186906b7b03a0a4d9c4e27444b234320e9b470c9"
|
||||
"revision": "495ea4b2bb2ca7ebc64c598e4a60d8c0856b2811"
|
||||
},
|
||||
"php": {
|
||||
"revision": "0e02e7fab7913a0e77343edb347c8f17cac1f0ba"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
(regexp_content)
|
||||
] @string.regex
|
||||
|
||||
(autoquoted_bareword _?) @string.special
|
||||
(autoquoted_bareword) @string.special
|
||||
|
||||
(use_statement (package) @type)
|
||||
(package_statement (package) @type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue