1

Refresh generated neovim config

This commit is contained in:
2024-08-15 13:01:03 +02:00
parent 64b51cf53a
commit f5af8e2b28
1836 changed files with 38979 additions and 31094 deletions

View File

@ -4,7 +4,7 @@
(id)) @type
(package_decl
(id)) @module
(id) @module)
(valid_semver) @string.special
@ -38,7 +38,7 @@
alias: (id) @type.definition)
(func_item
name: (id) @function)
name: (id) @function.method)
(handle
(id) @type)
@ -62,29 +62,38 @@
name: (id) @type)
(variant_case
name: (id) @type)
name: (id) @constant)
(enum_items
name: (id) @type)
(enum_body
enum_cases: (id) @constant)
(enum_case
name: (id) @constant)
(resource_item
name: (id) @type)
(resource_method
(id) @function.method)
(resource_method
"constructor" @constructor)
(toplevel_use_item
"use" @keyword.import)
(toplevel_use_item
alias: (id) @module)
(use_item
"use" @keyword.import)
(use_path
(id) @module)
(use_names_item
(id) @module)
"func" @keyword.function
[
@ -105,6 +114,7 @@
"include"
"import"
"export"
"as"
] @keyword.import
[
@ -118,6 +128,8 @@
"s64"
"f32"
"f64"
"float32" ; deprecated
"float64" ; deprecated
"char"
"bool"
"string"
@ -130,7 +142,7 @@
[
"@"
"->"
"_"
] @punctuation.special
[
@ -138,6 +150,8 @@
";"
":"
","
"."
"->"
] @punctuation.delimiter
[
@ -145,6 +159,8 @@
"}"
"("
")"
">"
"<"
] @punctuation.bracket
"=" @operator