Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run a function is indirect buffers with the same major mode only? #319

Open
daanturo opened this issue Jun 12, 2022 · 0 comments
Open

Comments

@daanturo
Copy link

Currently I am using elisp-tree-sitter for fontifications.

But applying tree-sitter-mode and tree-sitter-hl-mode in a code chunk also affects other chunks, which leads to incorrect syntax highlighting.
image

How to restrict something to an inner mode so that it's won't touch other inner modes? Docs at https://polymode.github.io/synchronization)'s suggestions (polymode-with-current-base-buffer, polymode-inhibit-in-indirect-buffers) aren't capable to do the job.

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

No branches or pull requests

1 participant