Custom syntax highlighting using tree-sitter
Open
closed-for-staleness
effort/large
feature-request
p1
- Dominant language
- JavaScript
- Stars
- 27.1k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm trying to use Ace as an online editor for a new language. I already have a grammar written in [`tree-sitter`](https://tree-sitter.github.io/tree-sitter/), I'm wondering if I can somehow reuse that for highlighting rather than writing yet another grammar for Ace.
Is it possible to use tree-sitter with Ace directly, or bypass the builtin highlighter and manually define my own one?
Contributor guide
Assessment
This issue has not been assessed yet.