mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(perl): add more highlights
This commit is contained in:
parent
4e0d1dd91f
commit
5d5eba78a7
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@
|
|||
"foreach"
|
||||
] @keyword.repeat
|
||||
|
||||
("continue" @keyword.repeat
|
||||
(block))
|
||||
|
||||
"return" @keyword.return
|
||||
|
||||
"sub" @keyword.function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue