1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,104 @@
[
"and"
"any"
"as"
"asc"
"avg"
"by"
"class"
"concat"
"count"
"desc"
"else"
"exists"
"extends"
"forall"
"forex"
"from"
"if"
"implements"
"implies"
"import"
"in"
"instanceof"
"max"
"min"
"module"
"newtype"
"not"
"or"
"order"
"rank"
"select"
"strictconcat"
"strictcount"
"strictsum"
"sum"
"then"
"where"
(false)
(predicate)
(result)
(specialId)
(super)
(this)
(true)
] @keyword
[
"boolean"
"float"
"int"
"date"
"string"
] @type.builtin
(annotName) @attribute
[
"<"
"<="
"="
">"
">="
"-"
"!="
"/"
"*"
"%"
"+"
"::"
] @operator
[
"("
")"
"{"
"}"
"["
"]"
] @punctuation.bracket
[
","
"|"
] @punctuation.delimiter
(className) @type
(varName) @variable
(integer) @number
(float) @number
(string) @string
(aritylessPredicateExpr (literalId) @function)
(predicateName) @function
[
(line_comment)
(block_comment)
(qldoc)
] @comment

View File

@ -0,0 +1,26 @@
(classlessPredicate
name: (predicateName) @name) @definition.function
(memberPredicate
name: (predicateName) @name) @definition.method
(aritylessPredicateExpr
name: (literalId) @name) @reference.call
(module
name: (moduleName) @name) @definition.module
(dataclass
name: (className) @name) @definition.class
(datatype
name: (className) @name) @definition.class
(datatypeBranch
name: (className) @name) @definition.class
(qualifiedRhs
name: (predicateName) @name) @reference.call
(typeExpr
name: (className) @name) @reference.type