Alexandre Borela

Results 104 comments of Alexandre Borela

The core syntaxes are being heavily updated to allow other syntaxes to be mixed and that combined with Naomi is hitting the 25k contexts (A similar issue https://github.com/borela/naomi/issues/117), to solve...

@adrienne working on the fix on [build-system branch](https://github.com/borela/naomi/pull/170)

@conartist6 The error usually happens with the builtin PHP, Markdown and LateX syntaxes, it started when they did a major upgrade in the latest version of sublime, they included `source.js`...

I'll do some tests, it could be the main loop in naomi's js not allowing the pug syntax to take control.

I think it's possible to identify graph ql template strings from the tag "gql" like I do for styled components, I'll add it as soon as I finish the build...

It's a bug, I'll investigate.

Unfortunately this is a limitation in sublime's regex system, it only works on a line by line basis :c Some solutions have been proposed to the sublime dev's https://github.com/SublimeTextIssues/Core/issues/2241

In the past I considered just upgrading the babel sublime through pull requests but the requirement of it being in tmlanguage(to support atom and vscode) is what stopped me. I...

In the past other people suggested adding support for vscode https://github.com/Microsoft/vscode/issues/5408 and aparentently atom is about to support it but I didn't find any pull request on the matter https://github.com/atom/first-mate/issues/50...