Update generated neovim config
This commit is contained in:
@ -0,0 +1,79 @@
|
||||
; Literals
|
||||
|
||||
(string) @string
|
||||
|
||||
(pattern) @string.regexp
|
||||
|
||||
(token) @string.special.symbol
|
||||
|
||||
[
|
||||
(number)
|
||||
(bytes)
|
||||
(time)
|
||||
] @number
|
||||
|
||||
[
|
||||
(kex)
|
||||
(mac)
|
||||
(cipher)
|
||||
(key_sig)
|
||||
] @string.special
|
||||
|
||||
[
|
||||
; generic
|
||||
"yes" "no"
|
||||
"ask" "auto"
|
||||
"none" "any"
|
||||
; ControlMaster
|
||||
"autoask"
|
||||
; FingerprintHash
|
||||
"md5" "sha256"
|
||||
; PubkeyAuthentication
|
||||
"unbound" "host-bound"
|
||||
; RequestTTY
|
||||
"force"
|
||||
; SessionType
|
||||
"subsystem" "default"
|
||||
; StrictHostKeyChecking
|
||||
"accept-new" "off"
|
||||
; Tunnel
|
||||
"point-to-point" "ethernet"
|
||||
(ipqos)
|
||||
(verbosity)
|
||||
(facility)
|
||||
(authentication)
|
||||
] @constant.builtin
|
||||
|
||||
(uri) @markup.link.url
|
||||
|
||||
; Keywords
|
||||
|
||||
[ "Host" "Match" ] @module
|
||||
|
||||
(parameter keyword: _ @keyword)
|
||||
|
||||
(host_declaration argument: _ @tag)
|
||||
|
||||
(match_declaration
|
||||
(condition criteria: _ @variable.parameter))
|
||||
|
||||
"all" @variable.parameter
|
||||
|
||||
; Misc
|
||||
|
||||
[
|
||||
"SSH_AUTH_SOCK"
|
||||
(variable)
|
||||
] @constant
|
||||
|
||||
(comment) @comment
|
||||
|
||||
; Punctuation
|
||||
|
||||
[ "${" "}" ] @punctuation.special
|
||||
|
||||
[ "\"" "," ":" "@" ] @punctuation.delimiter
|
||||
|
||||
[ "=" "!" "+" "-" "^" ] @operator
|
||||
|
||||
[ "*" "?" ] @character.special
|
||||
@ -0,0 +1,15 @@
|
||||
((condition
|
||||
criteria: "exec"
|
||||
argument: (string) @injection.content)
|
||||
(#set! injection.language "bash"))
|
||||
|
||||
((parameter
|
||||
keyword:
|
||||
[
|
||||
"KnownHostsCommand"
|
||||
"LocalCommand"
|
||||
"RemoteCommand"
|
||||
"ProxyCommand"
|
||||
]
|
||||
argument: (string) @injection.content)
|
||||
(#set! injection.language "bash"))
|
||||
Reference in New Issue
Block a user