Build time code block syntax highlighting #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment for syntax highlighting in code blocks the best solution when using psb is a frontend javascript library, however treesitter exists and ideally it will be used instead
There are 2 options on that front
There is a middle option of making some noise to update those bindings which should also be considered
Regardless of my choice I'll then need to figure out how to make use of tree sitter's output for this, maybe Neovim's code can be used as an example, hard to say.