-
I was take a look at function's doc and source code and write this but it didn't work: (meow-thing-register 'backquote
'(pair ("`") ("`"))
'(pair ("`") ("`")))
(add-to-list 'meow-char-thing-table '(?` . backquote)) PS: I want use meow-inner/bound-of-thing to select string in backquote in golang, for the first time I think meow-inner-of string should be work but it not, so I try to regist backquote as thing. |
Beta Was this translation helpful? Give feedback.
Answered by
eshrh
Nov 28, 2023
Replies: 1 comment 1 reply
-
I'm currently unsure why this doesn't work, but using regexps seems to work fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lakkiy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently unsure why this doesn't work, but using regexps seems to work fine.