-
In the https://webreflection.github.io/uhtml/#faq, I suggest a section about tooling such as:
- Minification
- I found `@literals/rollup-plugin-html-css-minifier` to be useful for minimizing th…
-
I'm new to tree-sitter, and I've written a grammar that generates, parses, and highlights just fine. But when I try to use my grammar from another project...
```javascript
// program.js
const P…
-
From https://github.com/tree-sitter/tree-sitter/issues/930#issuecomment-801519577:
> It would be awesome to automate release process for all official tree-sitter tools, especially for tree-sitter-c…
-
Hi Edge Team,
I was reading docs and noticed that .edge syntax highlight is not still supported for nvim.
I'd like to create a tree-sitter by using [nvim-treesitter](https://github.com/nvim-trees…
-
With the development of tree-sitter, pygments highlighting seems a bit outdated.
I was wondering if in future realeases wouldn't be a good idea to try to adapt the package to use tree-sitter instea…
-
### Problem
The function `tree_sitter::QueryCursor::matches` has the following signature:
```rust
pub fn matches(
&'cursor mut self,
query: &'query Query,
node: Node(pub &'a Rope);
…
-
I start thinking for along time about having tree-sitter for earthlyfile, but i dont have time to tackle this.
The benefit of it is we can unify syntax highlighting across editors (vim, emacs, heli…
-
### Describe the highlighting problem
It looks like the Julia captures are not distinguishing between function calls and function definitions (both single and multi-line). As a reference, I've compar…
-
Opening large files (e.g. `>100mb`) that have an associated syntax highlighting grammar leads to high memory usage and the file taking a while to load: https://github.com/tree-sitter/tree-sitter/issue…
-
### Check for existing issues
- [X] Completed
### Describe the bug
Adding a `.` to the end of some text with a bold block causes the syntax highlighting to skip the leading and trailing `*`. I'm n…