Update generated neovim config
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
; Preproc
|
||||
|
||||
(command (identifier) @preproc)
|
||||
|
||||
; Keywords
|
||||
|
||||
(keyword) @keyword
|
||||
|
||||
; Literals
|
||||
|
||||
(number) @number
|
||||
|
||||
(float) @float
|
||||
|
||||
; Variables
|
||||
|
||||
[
|
||||
(identifier)
|
||||
(unit)
|
||||
] @variable
|
||||
|
||||
; Comments
|
||||
|
||||
(comment) @comment @spell
|
||||
@ -0,0 +1 @@
|
||||
(comment) @comment
|
||||
Reference in New Issue
Block a user