feat(perl): add more highlights

This commit is contained in:
Veesh Goldman 2024-01-20 20:05:29 +00:00 committed by Christian Clason
parent 4e0d1dd91f
commit 5d5eba78a7

View file

@ -29,6 +29,9 @@
"foreach"
] @keyword.repeat
("continue" @keyword.repeat
(block))
"return" @keyword.return
"sub" @keyword.function