I am currently trying to import my own created grammar in a typescript node project in the following way: import Parser = require('tree-sitter'); import Languag
I want to write a C file + get correct diagnostics and tree-sitter syntax highlighting in neovim. Everything works fine, unless I include an external library (i
From looking at pull requests & issues I see there are typescript definitions (possibly currently out of date) in the node-tree-sitter module; how do I acce
I recently switched to Neovim and I tried to configure native LSP with Treesitter. I ran into some wrong highlighting with PHP combined with HTML. Everytime whe