Regenerate nvim config
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
; inherits: hlsl
|
||||
|
||||
[
|
||||
(interface_specifier)
|
||||
(extension_specifier)
|
||||
(property_declaration)
|
||||
(subscript_declaration)
|
||||
(init_declaration)
|
||||
] @fold
|
||||
@ -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)
|
||||
@ -0,0 +1,6 @@
|
||||
; inherits: hlsl
|
||||
|
||||
[
|
||||
(interface_specifier)
|
||||
(extension_specifier)
|
||||
] @indent.begin
|
||||
@ -0,0 +1,5 @@
|
||||
((preproc_arg) @injection.content
|
||||
(#set! injection.language "slang"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
@ -0,0 +1 @@
|
||||
; inherits: hlsl
|
||||
Reference in New Issue
Block a user