mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(elm): apply review comments
This commit is contained in:
parent
cd987a44f0
commit
4b21803fb5
1 changed files with 4 additions and 2 deletions
|
|
@ -1,15 +1,17 @@
|
|||
[(line_comment) (block_comment)] @comment
|
||||
|
||||
; Keywords
|
||||
[
|
||||
"if"
|
||||
"then"
|
||||
"else"
|
||||
"let"
|
||||
"in"
|
||||
(case)
|
||||
(of)
|
||||
] @conditional
|
||||
|
||||
[
|
||||
"let"
|
||||
"in"
|
||||
(as)
|
||||
(port)
|
||||
(exposing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue