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