mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -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
|
; Keywords
|
||||||
[
|
[
|
||||||
"if"
|
"if"
|
||||||
"then"
|
"then"
|
||||||
"else"
|
"else"
|
||||||
"let"
|
|
||||||
"in"
|
|
||||||
(case)
|
(case)
|
||||||
(of)
|
(of)
|
||||||
] @conditional
|
] @conditional
|
||||||
|
|
||||||
[
|
[
|
||||||
|
"let"
|
||||||
|
"in"
|
||||||
(as)
|
(as)
|
||||||
(port)
|
(port)
|
||||||
(exposing)
|
(exposing)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue