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 73cd749 commit 823f9d3Copy full SHA for 823f9d3
queries/jsx/textobjects.scm
@@ -1,5 +1,8 @@
1
; inherits: ecma
2
3
+(jsx_attribute) @attribute.outer
4
+
5
(jsx_attribute
6
(property_identifier)
- (_) @parameter.inner) @parameter.outer
7
+ (_
8
+ (_) @attribute.inner))
0 commit comments