fix parentheses in popup description for html tag matching (#14157)

This commit is contained in:
evie
2025-08-03 14:17:44 -07:00
committed by GitHub
parent 601c904e50
commit 5b5f6daab3

View File

@@ -6059,7 +6059,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
("e", "Data structure entry (tree-sitter)"),
("m", "Closest surrounding pair (tree-sitter)"),
("g", "Change"),
("x", "X(HTML) element (tree-sitter)"),
("x", "(X)HTML element (tree-sitter)"),
(" ", "... or any character acting as a pair"),
];