Alexandre Borela
Alexandre Borela
@deathaxe Those unreachable contexts seam really strange specially the name "anon_main_0", I never name it like that, from what I tested, it was related to [this with_prototype](https://github.com/borela/naomi/blob/master/syntaxes/fjsx15/literal/string/template.sublime-syntax#L48), but I don't...
@wbond Also, the time I tested, the sublime's installation was clean, no overrides, but it only happens in build > 3143, I wasn't able to pin point which dev build...
There's 467 syntax files in the repo, I rarelly go beyond 10 contexts per file and even in that case, it would be bellow the 25k limit; but like you...
Isn't the include just a reference to the external file? I thought it was working this way because the cache files are on average ~1kb, the fjsx15 entry point is...
@pzgz The latest updates in the dev build + naomi hit the limit of 25k contexts, the stable 3143 build does not have this problem. Currently I am writting a...
@pzgz It puzzled me too for a while specially because I use the stable build from ST3 where It does not happen. When I wrote Naomi, I broke the syntax...
@Qrokqt Finishing up the [toolbox](https://github.com/borela-tech/js-toolbox) to simplify the development of the build system(I am using JS to develop it) and keep the repo clean from config files.
Definitely, I'll add it in a couple days as I am starting to use it on some of my projects.
Currently I am working on the build system, after that's done I might be able to derive a typescript version of the current syntax and support pretty much the same...
I created a branch with basic support for gitsavvy https://github.com/borela/naomi/tree/candyman-gitsavvy can you review it and see if it covers the plugin? If you need to modify the color scheme files...