Raymond Camden
Raymond Camden
Does the error exist when you try it on csslint's web site? On Wed, Jun 24, 2015 at 9:44 AM, sylvain- [email protected] wrote: > hello > I've found an error...
Then please file the bug with their project. My project just wraps up their code for Brackets. On Thu, Jun 25, 2015 at 1:49 AM, sylvain- [email protected] wrote: > yes,...
Correct. But note I'm pushing a new version tailored for S31 that uses the new linting API. I do not believe it will lint LESS files, but it may help...
Btw, see issue 16 for my conversation w/ Peter Flynn about this.
Note the comment on issue 16. Do you feel comfortable making the code tweak and reporting back how well it works with LESS? I don't use LESS so it would...
Make sure you _remove_ the existing plugin. Get a new copy here: https://dl.dropboxusercontent.com/u/88185/brackets-csslint.zip Let me know. Oh, make sure you are using Sprint 31 too. On Wed, Sep 25, 2013...
This is lame, but can you share a file with me? As I don't use LESS, it will be quicker if you could. It would also help if you intentionally...
Sorry - where is it? I don't think you can include attachments via mail for Git.
So I checked in support to make it work with the extension, and it runs. I just don't know how useful it is now. Try it out. Raphael, how about...
Open main.js from the extension. Find this block: ``` CodeInspection.register("scss", { name: "CSSLint", scanFile: cssLinter }); ``` Copy it - paste it - and change scss to less. Then reload...