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.
@attribute.*
@parameter.*
1 parent 698b5f8 commit 0286610Copy full SHA for 0286610
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