Tags as match objects. for the HTML and JSX peeps. #1870
Unanswered
KyleFontenot
asked this question in
Ideas
Replies: 3 comments 1 reply
-
You can do this currently with (though it does select the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have a PR for this #3282 , which uses tree-sitter queries where we use |
Beta Was this translation helpful? Give feedback.
0 replies
-
when your cursor is between tags, the |
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.
-
mit
would be nice to grab everything inside the HTML tag. Not seeing any conflicts in match mode, but not sure how reliant on treesitter something like this is, though tags in XML, HTML, JSX are specifically with<>
surrounds so it seems reasonable without needing a grammar.Beta Was this translation helpful? Give feedback.
All reactions