Skip to content

Conversation

@deathaxe
Copy link
Contributor

@deathaxe deathaxe commented Oct 3, 2025

Fixes #60

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

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

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?

@deathaxe
Copy link
Contributor Author

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 sublimehq/sublime_text#5748.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comment inside code block is the same as comment outside code blocks

2 participants