Alexandre Borela
Alexandre Borela
The change I proposed earlier would not work because of the `(Naomi)` suffix. I'll send a pull request to the linter's repo to fix the issue.
I sent a pull request to the respective repos: https://github.com/necramirez/SublimeLinter-contrib-htmllint/pull/6 https://github.com/htmlhint/SublimeLinter-contrib-htmlhint/pull/11 On the shortterm, you can add this setting to sublime linter: ``` { "linters": { "htmlhint": {"selector": "text.html"}, "htmllint":...
I'll add the vue syntax in a couple of weeks, the official one is being rewritten but it is using features that only works in sublime's dev build. Already got...
@faiwer I am thinking about detecting by the project's type and file location, that way I could also disable Jest's globals from normal files. For my personal projects it will...
I believe I found the error to be related to styled components or template strings. Do you have a sample of a working Latex code that have embedded javascript?
This bug was puzzling, the only time I was able to reproduce it was in a dev build I used on a friend's PC; I use the 3143 and the...
@deathaxe Most of the contexts pop after matching, the biggest issue is that it does not happen in the build 3143, the LaTeX works, embedded javascript uses the Naomi's version...
@deathaxe Another option that could be added to the core, is a option to print the trace of the supposed recursion.
@deathaxe Thank you for taking your time on this one. I know, I went a step too far with the modularity and the combination of multiple files might be giving...
@deathaxe Yesterday I went to a friend's house to test the patches you showed as he uses the dev build(I can't test it on my machines right now, too many...