Replies: 1 comment
-
I realized I posted this in the wrong repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I have a bit of a naive question. In the following screenshot, I wanted to have the
TODO
to be highlighted even when it was right next to the#
character, not just when there was a space between them.I believe that I could add an extended query to handle this special case but I'm a bit confused on how to accomplish that.
I created the file
.config/nvim/after/queries/python/highlights.scm
with just; extends
in it currently, but not sure how to actually accomplish what I stated before.Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions