diff --git a/ApplySyntax.sublime-settings b/ApplySyntax.sublime-settings index 74395c9..e9a528c 100755 --- a/ApplySyntax.sublime-settings +++ b/ApplySyntax.sublime-settings @@ -151,6 +151,15 @@ {"globmatch": "**/.git/config"} ] }, + { + // This rule requires the SSH Config plugin to be installed (via Package + // Control or https://github.com/robballou/sublimetext-sshconfig) + "syntax": "SSH Config/syntax/SSH Config", + "rules": [ + {"globmatch": "**/.ssh/config"}, + {"globmatch": "**/ssh_config.d/*.conf"} + ] + }, { // This rule requires the INI plugin to be installed (via Package Control // or https://github.com/clintberry/sublime-text-2-ini)