Update generated neovim config
This commit is contained in:
@ -0,0 +1,37 @@
|
||||
(comment) @comment
|
||||
|
||||
[(null) (true) (false)] @constant.builtin
|
||||
|
||||
(number) @number
|
||||
(unit) @keyword
|
||||
(string) @string
|
||||
(multiline_string) @string
|
||||
(string (escape_sequence) @string.escape)
|
||||
(unquoted_string) @string
|
||||
|
||||
[ "url"
|
||||
"file"
|
||||
"classpath"
|
||||
"required"
|
||||
] @keyword
|
||||
|
||||
(include "include" @include)
|
||||
|
||||
(substitution ["${" "${?" "}"] @punctuation.special)
|
||||
(substitution (_) @field)
|
||||
|
||||
(path (_) @field)
|
||||
(value [":" "=" "+=" ] @operator)
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
[ "," ] @punctuation.delimiter
|
||||
(unquoted_path "." @punctuation.delimiter)
|
||||
|
||||
Reference in New Issue
Block a user