Nelo Mitranim

Results 118 comments of Nelo Mitranim

@predragnikolic Unless I'm missing something, there aren't many different ways to do this. In `.sublime-syntax`, extending a syntax puts its definitions into your scope, but yours take priority. Because the...

Relative paths with explicit extensions get my 👍. Would prefer namespacing via `c.prototype` or `c:prototype`, banning the corresponding character from rule names. Not entirely sure how it would be possible...

Looking at the SBNF Prolog example, it seems we want to be able to say "everything from syntax X, overriding rule Y", or more generally, "everything from syntaxes A, B,...

Will mentioned that `.sublime-syntax` supports optionally prepending or appending to parent context when overriding it. The SBNF suggestions above don't explicitly address this. I suspect that `|` might be sufficient,...

Glad you're finding this useful. I don't mind adding recipes to the docs. Could we simplify this first? `"cwd_mode": "auto"` is the default. For a command configured to read from...

That's a big instruction. :) Where do you think such recipes should be located? It could make it harder to skim the readme for info about the plugin itself. Perhaps...

My apologies for being slow, got a lot happening. 🙂 Sounds perfectly good. If you could PR this, that would be nice. 👍

Hmm. My first question would be: what about anonymous buffers? They don't have paths (`view.file_path() is None`). They only have scope selectors.

Might be useful to get more details about your use case, such as directory structure, files involved, formatters used. We might come up with other solutions too.