-
Goals of the explorations:
- Get Aiday's exploration up and running again: https://github.com/microsoft/vscode/pull/161479
- Come up with ideas for a contribution model
- Confirm performance findin…
-
There is now [this](https://github.com/nvim-treesitter/nvim-treesitter/commit/604aa5a7c8cf1fd0c4ad667a0cc7fb8aaf0be33e). A config and highlights for `tree-sitter-nu` within `nvim-treesitter`.
Curre…
-
#2 was fixed by switching the code editor to CodeMirror, but this doesn't have support for devicetree highlighting, nor can the existing highlight.js or tree-sitter parsers be integrated with it.
h…
-
Supersedes https://github.com/igor-ramazanov/kak-tree-sitter-helix/issues/2.
I think, it makes more sense to remove default highlighters altogether and to rely only on the `kak-tree-sitter-helix`, …
-
Hi!
Trying to run this in vscode using https://marketplace.visualstudio.com/items?itemName=AlecGhost.tree-sitter-vscode
How to compile `wasm`/`scm` files?
```"tree-sitter-vscode.languageConfi…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Similar to the existing `debug: open syntax tree view` command for viewing the Tree-sitter parse tree, a debug command for vie…
-
### Please describe the change / addition you'd like to see made
Natively supporting [tree sitter](https://tree-sitter.github.io/tree-sitter/) for driving syntax highlighting might be worthwhile lo…
-
Please consider supporting [tree-sitter](https://github.com/tree-sitter/tree-sitter) grammars in addition to TextMate grammars. TextMate grammars are incredibly difficult to author and maintain and im…
-
Hi
Been working with Smarty for almost 12 years now. Somehow syntax highlighting has always been a problem. Recently when working with neovim and tree-sitter.
Is there any recommended and updat…
-
### Check for existing issues
- [X] Completed
### Describe the feature
It's not hard to understand tree-sitter is the first-class citizen, but there are cases that ASTs are not available. There is …