mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat: bump perl
This commit is contained in:
parent
d2fe87062d
commit
c36681bb49
2 changed files with 3 additions and 3 deletions
|
|
@ -423,7 +423,7 @@
|
||||||
"revision": "e01767921df18142055d97407595329d7629e643"
|
"revision": "e01767921df18142055d97407595329d7629e643"
|
||||||
},
|
},
|
||||||
"perl": {
|
"perl": {
|
||||||
"revision": "e5160db0dd628602b4df55d6e46889baecb2a01c"
|
"revision": "3c2f9286969b5b8805962b622d01e7cbc43c8414"
|
||||||
},
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"revision": "33e30169e6f9bb29845c80afaa62a4a87f23f6d6"
|
"revision": "33e30169e6f9bb29845c80afaa62a4a87f23f6d6"
|
||||||
|
|
|
||||||
|
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
"sub" @keyword.function
|
"sub" @keyword.function
|
||||||
|
|
||||||
[ "map" "grep" ] @function.builtin
|
[ "map" "grep" "sort" ] @function.builtin
|
||||||
|
|
||||||
"package" @include
|
"package" @include
|
||||||
|
|
||||||
[
|
[
|
||||||
"do"
|
"do"
|
||||||
"my" "our" "local"
|
"my" "our" "local" "state"
|
||||||
"last" "next" "redo" "goto"
|
"last" "next" "redo" "goto"
|
||||||
"undef"
|
"undef"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue