-
- [x] C (used to work, there's some commented out parts in `tree_sitter_highlighter.py`)
- [ ] C++
- [x] TOML (config in `default_filetypes.toml` must be moved into a `.yml` file in the token mappin…
Akuli updated
2 years ago
-
As the VS Code team is considering integrating tree-sitter in the UI thread (https://github.com/microsoft/vscode/pull/161479 and more recently https://github.com/microsoft/vscode/issues/2074…
-
First of all, thank you so much for porting this theme. I always wanted to bring it to Zed but had no attention to do it. I’m happy that you did it ❤️
Yet I am suspicious that not everything is cor…
-
How to reproduce:
- Git clone the repository to a path under tree-sitter `parser-directories` configuration.
- Run `tree-sitter highlight hello.cr`
You get:
```
No language found for path "he…
-
I'd appreciate if something like `git branch --delete patch-1` was highlighted appropriately in VSC. The `--delete` token would be highlighted as a parameter. The `git` token would be highlighted as a…
ghost updated
2 years ago
-
Rust's FFI to C should allow integration of the tree-sitter parser.
Also, I think that tree-sitter should fit well with Xi's performance goals
Also, tree-sitter's API should be avaliable to Xi-P…
clojj updated
6 years ago
-
Copied from a draft issue on the WASM/Modern tree-sitter project.
This is an interesting idea because `tree-sitter-json` properly parses JavaScript-style comments. They aren't automatically errors, w…
-
This ticket is about defining a syntax highlighting mode
aware of Sage's additions to Python syntax.
Related:
- #30760: Implement parser for Sage
- #30500: Meta-ticket: document configuring IDEs a…
-
It'd be nice to have syntax highlighting of CG-3 files in Github. They use [linguist](https://github.com/github/linguist) which reads TextMate-compatible syntax highlighting grammars:
- https://git…
-
Add syntax highlighting for the `.http` file format used by tools like [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) for VSCode, [rest.nvim](https://github.com/r…