Update generated neovim config
This commit is contained in:
@ -0,0 +1,76 @@
|
||||
; Keywords
|
||||
[
|
||||
"if"
|
||||
"then"
|
||||
"else"
|
||||
"let"
|
||||
"in"
|
||||
] @keyword.control.elm
|
||||
(case) @keyword.control.elm
|
||||
(of) @keyword.control.elm
|
||||
|
||||
(colon) @keyword.other.elm
|
||||
(backslash) @keyword.other.elm
|
||||
(as) @keyword.other.elm
|
||||
(port) @keyword.other.elm
|
||||
(exposing) @keyword.other.elm
|
||||
(alias) @keyword.other.elm
|
||||
(infix) @keyword.other.elm
|
||||
|
||||
(arrow) @keyword.operator.arrow.elm
|
||||
|
||||
(port) @keyword.other.port.elm
|
||||
|
||||
(type_annotation(lower_case_identifier) @function.elm)
|
||||
(port_annotation(lower_case_identifier) @function.elm)
|
||||
(function_declaration_left(lower_case_identifier) @function.elm)
|
||||
(function_call_expr target: (value_expr) @function.elm)
|
||||
|
||||
(field_access_expr(value_expr(value_qid)) @local.function.elm)
|
||||
(lower_pattern) @local.function.elm
|
||||
(record_base_identifier) @local.function.elm
|
||||
|
||||
|
||||
(operator_identifier) @keyword.operator.elm
|
||||
(eq) @keyword.operator.assignment.elm
|
||||
|
||||
|
||||
"(" @punctuation.section.braces
|
||||
")" @punctuation.section.braces
|
||||
|
||||
"|" @keyword.other.elm
|
||||
"," @punctuation.separator.comma.elm
|
||||
|
||||
(import) @meta.import.elm
|
||||
(module) @keyword.other.elm
|
||||
|
||||
(number_constant_expr) @constant.numeric.elm
|
||||
|
||||
|
||||
(type) @keyword.type.elm
|
||||
|
||||
(type_declaration(upper_case_identifier) @storage.type.elm)
|
||||
(type_ref) @storage.type.elm
|
||||
(type_alias_declaration name: (upper_case_identifier) @storage.type.elm)
|
||||
|
||||
(union_variant(upper_case_identifier) @union.elm)
|
||||
(union_pattern) @union.elm
|
||||
(value_expr(upper_case_qid(upper_case_identifier)) @union.elm)
|
||||
|
||||
; comments
|
||||
(line_comment) @comment.elm
|
||||
(block_comment) @comment.elm
|
||||
|
||||
; strings
|
||||
(string_escape) @character.escape.elm
|
||||
|
||||
(open_quote) @string.elm
|
||||
(close_quote) @string.elm
|
||||
(regular_string_part) @string.elm
|
||||
|
||||
(open_char) @char.elm
|
||||
(close_char) @char.elm
|
||||
|
||||
|
||||
; glsl
|
||||
(glsl_content) @source.glsl
|
||||
Reference in New Issue
Block a user