Hello guys,
I have released a cool sublime plugin to run more than one builder process at same time. The project could be downloaded from here github.com/GianlucaGuarini/Subl … der-Plugin
Any feedback is appreciated
Keep rockin’
Parallel Builder
Hi,
I’ve created an issue (it’s a feature request) for your nice plugin.
github.com/GianlucaGuarini/Subl … n/issues/1
Maybe you can have a look?
Thanks,
Highend
Is the indentation significant in this language (a la Python)? If so, then (my advice/suggestion is that…) you need to start scoping at the inner-most level, otherwise everything will be captured within the first scope-rule (possibly why everything is red).
Someone can define their indentation using 2, 4, or even 3(?) spaces, and using tabs or spaces. I wonder if the Python language file does anything with this information? Probably not(?).
What defines the closing of the current scope? Presumably it would have to be EOL ($).
Sorry I can’t be more helpful at this stage. This reference uses the pList format but the principles are the same.