We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5196166 commit 4f28496Copy full SHA for 4f28496
lua/Comment/jsx.lua
@@ -5,6 +5,8 @@ local J = {
5
local query = [[
6
(jsx_opening_element [(jsx_attribute) (comment)] @nojsx)
7
8
+ (jsx_self_closing_element [(jsx_attribute) (comment)] @nojsx)
9
+
10
((jsx_expression (comment)) @jsx)
11
12
(jsx_expression
0 commit comments