1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -79,29 +79,12 @@
] @keyword
;----headers-----
(interface_header
(name) @type.definition)
(imports
(imports_entry
(module) @module))
(packages
(record_pattern
(record_field_pattern
(field_name) @module)))
(app_name) @string.special
(import_path) @string.special.path
[
"app"
"packages"
"provides"
"interface"
"exposes"
"expect"
"module"
"package"
"import"
] @keyword
[
@ -184,6 +167,9 @@
(float)
] @number.float
(string) @string
[
(string)
(multiline_string)
] @string
(char) @character

View File

@ -8,6 +8,10 @@
(exposes_list
(ident) @local.reference)
(import_expr
(as)
(module) @local.definition)
(opaque_type_def
(apply_type
(concrete_type) @local.definition.type))
@ -31,9 +35,6 @@
(identifier_pattern
(identifier) @local.definition)
(exposes
(ident) @local.reference)
(identifier) @local.reference
(tag_expr