-
Let's put a two second cap on the parser so that emacs don't hang forever in a buffer with exceptionally large sexp.
Fuco1 updated
3 years ago
-
The current tokenisation story of VS Code is based on TM grammars, which are pretty powerful, but we are running into their limits if we want to do something more than a top-down scanner can do. Also,…
-
Comments aren't working fine with treesitter with comment plugins
I'm not sure if this is an issue to be reported here or in https://github.com/tomtom/tcomment_vim
so I'll post in both sites
# …
-
Hello,
First of all, thank you for creating this. I work in a lot of helm charts in neovim and the no syntax highlighting was driving me insane. I was working on a helm template that contains a strin…
-
I don't exactly know what editor features helix would need for a complete agda experience. I'm hoping someone more experienced with agda could help with this.
Agda has an issue for LSP support: htt…
-
It's a little bit distracting that in the [themes wiki page](https://github.com/helix-editor/helix/wiki/Themes) all screenshots are of different size and show different code.
I think it would be po…
-
Trying to implement syntax highlighting for `styled-components`. Essentially, we want `css` syntax highlighting within `web-mode`.
The following code "works" in the sense that modes switch as expe…
-
Kakoune allows highlighting the word under the main cursor automatcially.
```kak
declare-option -hidden regex cursor_word
add-highlighter global/ dynregex '%opt{cursor_word}' 0:bright-white
```
…
-
I noticed a lot of the tree sitter repos have a dedicated queries folder,
e.g. https://github.com/helix-editor/helix/tree/master/runtime/queries/julia
Just a thought... makes it a bit more modu…
-
This issue is a discussion thread and followup about adding Chisel support to TerosHDL extension.
Here I list the initial points I identify as requirement for support:
- Chisel is a DSL based on…