mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30: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"
|
"foreach"
|
||||||
] @keyword.repeat
|
] @keyword.repeat
|
||||||
|
|
||||||
|
("continue" @keyword.repeat
|
||||||
|
(block))
|
||||||
|
|
||||||
"return" @keyword.return
|
"return" @keyword.return
|
||||||
|
|
||||||
"sub" @keyword.function
|
"sub" @keyword.function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue