1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,74 @@
(comment) @comment @spell
[
"forall"
"in"
"let"
"default"
"doc"
"rec"
] @keyword
"fun" @keyword.function
"import" @keyword.import
[
"if"
"then"
"else"
] @keyword.conditional
"match" @keyword.conditional
(types) @type
"Array" @type.builtin
; BUILTIN Constants
(bool) @boolean
"null" @constant.builtin
(num_literal) @number
(infix_op) @operator
(type_atom) @type
(enum_tag) @variable
(chunk_literal_single) @string
(chunk_literal_multi) @string
(str_esc_char) @string.escape
[
"{"
"}"
"("
")"
"[|"
"|]"
] @punctuation.bracket
(multstr_start) @punctuation.bracket
(multstr_end) @punctuation.bracket
(interpolation_start) @punctuation.bracket
(interpolation_end) @punctuation.bracket
(record_field) @variable.member
(builtin) @function.builtin
(fun_expr
pats: (pattern_fun
(ident) @variable.parameter))
(applicative
t1: (applicative
(record_operand) @function))

View File

@ -0,0 +1,13 @@
[
(atom
(uni_record)) ; for {...}
(atom
terms: (term)) ; for [...]
] @indent.begin
[
"]"
"}"
] @indent.end @indent.branch
(comment) @indent.auto