-
## Currently
We have artifact search results appear as we type.
## Wouldn't it be nice if...
We highlighted matched text in those results?
Personally, I like to see what has matched my terms at …
lread updated
2 years ago
-
Here's an example:
![ss-2021-20-02_10 20 15](https://user-images.githubusercontent.com/499317/127899951-2eaec90e-fdb8-47b3-9901-012a278fc751.png)
Both `local` and `name` were selected, and are n…
bedge updated
6 months ago
-
This is the current code that applies syntax highlighting:
https://github.com/kristoff-it/zine/blob/4b3efd178cb6ee9af3c864fa980ad0499823aac6/zine/src/highlight.zig#L78-L104
This code runs the `h…
-
I am working on a patch which underlines matches instead of highlighting them. However, because I am not used to the Xft lib, I am stuck on how to make the font bold for matches.
Could you please h…
-
Hey,
How can I get token-level contributions for the search query? This seems one of the strong benefits of ColBERT for highlighting relevant matches, but for some reason, I can't find any implemen…
-
In VSCode there is no highlighting for the `auth:` elements.
See `auth: bearer` in the image:
I tried to figure out, how to add this, but this is not enough:
```json
"auth-basic-block":…
-
### 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);
…
-
Would be nice to have a feature simliar to that in Android Studio for build.gradle files, where any dependency library listed that has a newer version would have some sort of syntax highlighting to sh…
maks updated
2 months ago
-
The hstr command does not seem to include syntax highlighting by default. All the text is simply white with matches in red. Is there a way to add syntax highlighting for it?
In this screenshot you …
-
```
I discovered in the project wiki that if you press ALT while clicking the
highlighting button, highlighting only is applied when the case matches.
You could implement a similar method for comple…