Add SSH config syntax

Tested:
```
bash assets/create.sh
cargo build
target/debug/bat --language ssh_config ~/.ssh/config
```
pull/582/head
Ivan Smirnov 5 years ago
parent e9210c0f6c
commit 175dd4c290

3
.gitmodules vendored

@ -135,3 +135,6 @@
[submodule "assets/syntaxes/DotENV"]
path = assets/syntaxes/DotENV
url = https://github.com/zaynali53/DotENV
[submodule "assets/syntaxes/ssh-config"]
path = assets/syntaxes/ssh-config
url = https://github.com/robballou/sublimetext-sshconfig.git

@ -0,0 +1 @@
Subproject commit 86bfd1b09043053437d39c6bf61dc683e79d8940
Loading…
Cancel
Save