|
Hi, I found that neovim's builtin |
Answered by
clason
Jun 5, 2024
Replies: 1 comment 12 replies
|
The highlight doesn't come from |
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that is
matchit(which is bundled and therefore loaded with--clean), which has basic "generic syntax" (read: C) support builtin. But it doesn't highlight anything; the only highlights you get is from matching delimiters viamatchparen.