Regenerate nvim config
This commit is contained in:
@ -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)
|
||||
Reference in New Issue
Block a user