Replies: 1 comment
-
See https://github.com/andymass/vim-matchup/wiki/Supporting-a-new-language-(tree-sitter). You'll want to edit this file https://github.com/andymass/vim-matchup/blob/master/after/queries/rust/matchup.scm to add a new set of queries for type_arguments "<" and ">" as open and close. |
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
-
Rust matching angle brackets are not highlighted. How could I add my own treesitter queries for matchup to highlight matching angle brackets under cursor?
Beta Was this translation helpful? Give feedback.
All reactions