Nicholas Boyle
Nicholas Boyle
I can't find a way to disable a default highlighting query without manually editing the .scm file and clearing its contents. I'd like to be able to **prevent** queries like...
It would be great if documentation comments made with `///`, `//!`, etc. were matched to different nodes than normal comments. I'd like to be able treat them separately when doing...
``` error: failed to compile `tab v0.5.7` Caused by: failed to select a version for the requirement `zeroize = "^0.9.3"` candidate versions found which didn't match: 1.6.0, 1.5.7, 1.5.6, ......
It would be very helpful if we could set different colors for different parts of a dynamic prompt string. Take the following prompt for example: ```text [current-message] account> ``` Most...
This is more of a question than a bug, but I'm trying to get the following simplified example to work: ```rust struct LuaVec>); impl { fn add_methods>(methods: &mut M) {...
A similar issue was raised [here in puffer-fish](https://github.com/nickeb96/puffer-fish/issues/18) where basically any key binding that maps to a function will break searching in the history pager. In autopair's case, you can...
### Did you check the tree-sitter docs? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related to...
**Description** It would be very helpful if there was a way to disable caching. **Why is this useful?** Currently, if the files you're serving change, you need to either kill...