Benjamin Schaaf
Benjamin Schaaf
My primary usage for something like that would actually be to append the scope, so that's what I'd expect it to do. I don't think the small gain in brevity...
The scope is always the first argument to the options, which are always inside `{}`. Parameterization doesn't change that, nor is it required to achieve the same effect. You can...
Thinking back over this I think the only intuitive behavior is to have the following be essentially equivalent: ``` rule1 = 'foo' ; rule2 = rule1{scope} ; ``` ``` rule1...
So from #42 there's also a desire to append the scope in this case, so I'm going to address that here. I don't see how that's tenable with rules that...
I can't reproduce this in build 4168. Does it happen in [safe mode](https://www.sublimetext.com/docs/safe_mode.html)?
I've enabled CI for pull requests. I think you need to rebase before it'll work.
The SBNF syntax doesn't correctly recognize unicode characters: ``` äclause : a ; ```
This is also missing `U+2028`, `U+2029` and `U+061C`, which are control characters.
Does this happen in [safe mode](https://www.sublimetext.com/docs/safe_mode.html)?
Safe mode runs Sublime Text with the default configuration - only the default plugins. What hardware are you using? Do you have an anti-virus installed?