tree-sitter / node-tree-sitter

Node.js bindings for tree-sitter

Home Page:https://www.npmjs.com/package/tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Syntax highlighting

Hocdoc opened this issue · comments

Is it somehow possible to use node-tree-sitter for the new syntax highlighting as described in https://tree-sitter.github.io/tree-sitter/syntax-highlighting ?

It is, we would just need to add bindings to the query API, which is in progress in #62.