Dmitriy Kubyshkin
Dmitriy Kubyshkin
Could you please provide exact steps to reproduce, along with the Sublime version and OS. It's also often helpful to try a clean installation of Sublime with just the Stylus...
Thanks for reporting, should be fixed now. There is still an issue with custom properties not being highlighted very nicely, but it is a larger issue.
Thanks, that does explain behavior that I had originally but it still means that there's some kind of bug inside path handling code because second piece of code that I...
I tried adding `:full_run => false` as you suggested while putting path back as it was in first snippet but it didn't change anything for some reason :(
here's my directory structure ``` src/ spec/ coffeescripts/ javascripts/ support/ jasmine.yml ``` jasmine.yml contains this: ``` src_files: - "*.coffee" spec_files: - "*[Ss]pec.coffee" src_dir: src spec_dir: spec/coffeescripts ```
Hi, sorry for such a long response time. Thank you for the PR, however I can't seem to be able to get this to work. Could you please write up...
@pablomartinezalvarez Thank you for the PR, in general it looks good, but the this project is setup such that it should support regenerating all the data files out of the...
We could either hardcode this logic or provide a config option with a function that would filter things out. In 0.9.0 more detailed error information was added, so we could...
@RCECoder sorry for the long wait and thanks for the fixes. Could you please make a PR with them? That way it would be a lot easier for me to...
@kitepad Thank you for posting the code, however it does not seem to solve the problem for me, or maybe I'm just applying it incorrectly. If you could apply your...