sublime-ide-r
sublime-ide-r copied to clipboard
Fix toggle comment in kitnr code blocks
Fixes #60
This commit applies embedded syntaxes' main scopes to ensure all syntax specific behaviors such as comment toggling or completions apply.
Just tried this patch to see if it fixed language specific "tab_size" not being applied in code blocks, but it didn't, should it, or should I raise a new issue?
This is unrelated to this PR and the issue it fixes.
That being said, (syntax-specific) settings, such as tab_size are not applied to embedded syntaxes. That's only true for settings from TextMate *.tmPrefernece files.
Related core issue is https://github.com/sublimehq/sublime_text/issues/5748.