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,9 @@
; inherits: hlsl
[
(interface_specifier)
(extension_specifier)
(property_declaration)
(subscript_declaration)
(init_declaration)
] @fold

View File

@ -0,0 +1,46 @@
; inherits: hlsl
[
"var"
"let"
"This"
] @type.builtin
[
"interface"
"extension"
"property"
"associatedtype"
"where"
] @keyword
"__init" @constructor
[
"__subscript"
"get"
"set"
] @function.builtin
(interface_requirements
(identifier) @type)
(binary_expression
[
"is"
"as"
]
right: (identifier) @type)
[
"as"
"is"
] @keyword.operator
[
"__exported"
"import"
] @keyword.import
(property_declaration
(identifier) @property)

View File

@ -0,0 +1,6 @@
; inherits: hlsl
[
(interface_specifier)
(extension_specifier)
] @indent.begin

View File

@ -0,0 +1,5 @@
((preproc_arg) @injection.content
(#set! injection.language "slang"))
((comment) @injection.content
(#set! injection.language "comment"))

View File

@ -0,0 +1 @@
; inherits: hlsl