Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ApplySyntax.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down