We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c442f23 commit 1eb960aCopy full SHA for 1eb960a
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