mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
julia: add if_clause (#4204)
* fix(julia/highlights): Add `if_clause` * Update Julia lockfile revision
This commit is contained in:
parent
6cf93175bf
commit
4895c2133f
2 changed files with 3 additions and 1 deletions
|
|
@ -128,6 +128,8 @@
|
|||
["elseif"] @conditional)
|
||||
(else_clause
|
||||
["else"] @conditional)
|
||||
(if_clause
|
||||
"if" @conditional) ; `if` clause in comprehensions
|
||||
(ternary_expression
|
||||
["?" ":"] @conditional.ternary)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue