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,84 @@
[
";"
"."
","
] @punctuation.delimiter
[
"("
")"
"["
"]"
"{"
"}"
] @punctuation.bracket
(comment) @comment @spell
(doc_comment) @comment.documentation @spell
[
"method"
"event"
] @keyword.function
[
"service"
"errors"
"data"
"enum"
"extern"
] @type.builtin
(type) @type.builtin
(service
service_name: (identifier) @type)
(error_set
(identifier) @property)
(error_set
name: (identifier) @type)
(dto
name: (identifier) @type)
(external_dto
name: (identifier) @type)
(enum
(values_block
(identifier) @constant))
(enum
name: (identifier) @type)
(external_enum
name: (identifier) @type)
(type
name: (identifier) @type)
[
"map"
"nullable"
"result"
"required"
"http"
"csharp"
"js"
"info"
"obsolete"
] @attribute.builtin
(parameter
name: (identifier) @property)
(field
name: (identifier) @variable)
(method
name: (identifier) @method)
(number_literal) @number
(string_literal) @string