mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(ssh_config): highlight "always" (#7507)
This commit is contained in:
parent
22c86af7c8
commit
7e0fcf0d45
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
"auto"
|
"auto"
|
||||||
"none"
|
"none"
|
||||||
"any"
|
"any"
|
||||||
|
; CanonicalizeHostname
|
||||||
|
"always"
|
||||||
; ControlMaster
|
; ControlMaster
|
||||||
"autoask"
|
"autoask"
|
||||||
; FingerprintHash
|
; FingerprintHash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue