Closed igorlfs closed 1 year ago
Hey, this can be achieved by using an injection. That is, creating the file ~/.config/nvim/queries/python/injections.scm with the following content:
~/.config/nvim/queries/python/injections.scm
( (string_content) @markdown (#match? @markdown "°°°") )
Hey, this can be achieved by using an injection. That is, creating the file
~/.config/nvim/queries/python/injections.scm
with the following content: