Closed davidkrider closed 4 years ago
Can you run the "Support Info" command from the Preferences/ Package Settings/ApplySyntax
menu?
I believe this issue is already fixed.
Ugh, okay we somehow have another case of this. I'll probably have a fix for it sometime today. I'll track it down.
@girbot add T: bug, S: confirmed @girbot remove S: triage
@gir-bot add T: bug, S: confirmed @gir-bot remove S: triage
Whoops, have to call the right name...
3.0.1 will fix your issue once it's available in package control.
I've updated now. Thanks for fixing the bug. The new "feature" in ST3 for "Open all with current extension as..." absolutely will not work to select a different HAML syntax file over the default, which is why I'm trying this. I thought this plugin forced it. I can't find the spot where I got the original snippet to make sure that my config is correct. Here's what I have. Does it look right?
"syntaxes":
[
{
"extensions":
[
"haml"
],
"name": "Haml/Syntaxes/Ruby Haml",
"rules":
[
{
"file_name": ".*\\.haml$"
}
]
}
]
Did you mean to use file_path
: http://facelessuser.github.io/ApplySyntax/usage/#file-path-rule?
On a side note, please open a new issue for separate problems.
I was using this plugin to force Rails HAML files to use the TextMate HAML syntax format instead of the built-in Rails one. It broke for me a couple months ago, and I've been trying another editor, but today I thought I'd open the console, and this is the traceback I got: