Regenerate nvim config
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
; Preproc
|
||||
(command
|
||||
(identifier) @keyword.directive)
|
||||
|
||||
; Keywords
|
||||
(keyword) @keyword
|
||||
|
||||
; Literals
|
||||
(number) @number
|
||||
|
||||
(float) @number.float
|
||||
|
||||
; Variables
|
||||
[
|
||||
(identifier)
|
||||
(unit)
|
||||
] @variable
|
||||
|
||||
; Comments
|
||||
(comment) @comment @spell
|
||||
Reference in New Issue
Block a user