-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
tree-sitter
framework for incremental parsing of source code. The Julia implementation is now, in my opinion, fairly mature.
I am asking for comments about replacing our ad-hoc regexp-based parsing mechanisms with it. Specifically, it would help with
- font locking,
- indentation,
- code navigation,
resolving a host of issues.
I am aware that it isn't perfect, as nothing is, but at least improvements would go to a repository that helps all Julia users, not just those who use Emacs.
EDIT Some links:
- Mastering Emacs has a nice writeup about tree-sitter, and also mentions combobulate which also looks useful
- tree-sitter docs
Metadata
Metadata
Assignees
Labels
No labels