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

Support parsing and highlighting REPL input cells with tree-sitter #377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ubolonton
Copy link

@ubolonton ubolonton commented Jan 11, 2022

This will fix emacs-tree-sitter/elisp-tree-sitter#78.

The design is described in emacs-tree-sitter/elisp-tree-sitter#202.

For Python, it can be enabled by evaluating (tree-sitter-enable 'python) in the REPL buffer.
It should also work for other languages. I tested it with Scala (Almond).

@ubolonton ubolonton force-pushed the feature/tree-sitter-integration branch from b65cc47 to 51082f6 Compare January 12, 2022 12:44
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.

Highlighting in REPL (performance)
1 participant