sublime-ide-r icon indicating copy to clipboard operation
sublime-ide-r copied to clipboard

Fix toggle comment in kitnr code blocks

Open deathaxe opened this issue 3 months ago • 2 comments

Fixes #60

This commit applies embedded syntaxes' main scopes to ensure all syntax specific behaviors such as comment toggling or completions apply.

deathaxe avatar Oct 03 '25 17:10 deathaxe

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?

jpcirrus avatar Oct 26 '25 04:10 jpcirrus

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.

deathaxe avatar Oct 27 '25 17:10 deathaxe