1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -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

View File

@ -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"))