Closed evmorov closed 8 years ago
Hi, thanks for your question.
Is this under the "*"
section of your config?
@execjosh yeap! Maybe I should write not 'source.rspec' but something else? Any ideas where to look?
I also tried like this but it didn't help
"file-types":
'_spec\.rb$': 'source.ruby.rspec'
rb: "source.ruby"
I just tried this in atom 1.6.0 and it works. I'm going to close this as irreproducible. Please reopen it if you're still having problems (as I might be misunderstanding).
"*":
"file-types":
"_spec\.rb$": "source.ruby.rspec"
Wait, I see. The ruby scope is winning, right?
@execjosh I guess so. I'm on 1.6.0 and it's still not working for me.
When you remove rb: "source.ruby"
, then it works, right?
I've figured out! It should be (without 'rb: "source.ruby"'):
"file-types":
'_spec\.rb$': 'source.ruby.rspec'
Thanks!
Great :smile:
Hello! I'm trying to do this association but have no idea what is going wrong. My config:
Any suggestions?