mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(perl): update highlights from upstream changes
This commit is contained in:
parent
4fd6d9dc17
commit
8e70f17f71
1 changed files with 0 additions and 2 deletions
|
|
@ -15,8 +15,6 @@
|
||||||
[ "if" "elsif" "unless" "else" ] @conditional
|
[ "if" "elsif" "unless" "else" ] @conditional
|
||||||
(ternary_expression
|
(ternary_expression
|
||||||
["?" ":"] @conditional.ternary)
|
["?" ":"] @conditional.ternary)
|
||||||
(ternary_expression_in_hash
|
|
||||||
["?" ":"] @conditional.ternary)
|
|
||||||
|
|
||||||
; Keywords that mark repeating loops
|
; Keywords that mark repeating loops
|
||||||
[ "while" "until" "for" "foreach" ] @repeat
|
[ "while" "until" "for" "foreach" ] @repeat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue