Fork me on GitHub
#conjure
<
2021-09-15
>
harryvederci10:09:42

Not really specific to Conjure, but I guess there's a good chance of someone knowing about this here due to the lisp/clojure <-> neovim overlap: I was wondering if someone knows a way to get a visual indicator of what the keys are in a hashmap. So in this example:

{:some-key       "value-1"
 :some-other-key "value-2"}
The text `:some-key` and `:some-other-key` would get a blue background to indicate those are the keys. Should be possible, right? Perhaps with Treesitter?