Closed clarkewd closed 4 years ago
For a long time, the name
attribute has been deprecated and has posted warnings mentioning that syntax
should be used. Documentation says to use syntax
as well: http://facelessuser.github.io/ApplySyntax/usage/#syntax.
I finally removed legacy support which is why your rule is failing.
Please use:
{
"syntax": "SSH Config/SSH Config",
"rules": [
{"file_path": ".*?ssh\/config"}
]
},
You can use the default rules as a references as well.
@gir-bot lgtm @gir-bot add T: support
Ah, yes! Thank you!
I'm getting an error with ApplySyntax. I don't think it's conflicting with anything since this is with a fresh install. I've only added the
SSH Config
(syntax highlighting) package and theApplySyntax
, both installed via Package Manager.In the ApplySyntax user config file I added this to the
syntaxes
section:In the config file I also have
reraise_exceptions
anddebug
both set totrue
.When I open an SSH config file that matches the path ( eg: ~/.ssh/config ) I get this error:
I really love this plugin so I hope there will be an easy fix. Thank you!