jq/highlights.scm should highlight the elif keyword

This commit is contained in:
Omer Tuchfeld 2023-02-01 16:10:03 +01:00 committed by ObserverOfTime
parent 4f291bdaf7
commit 69867ffe7e

View file

@ -267,6 +267,7 @@
[ [
"if" "if"
"then" "then"
"elif"
"else" "else"
"end" "end"
] @conditional ] @conditional