Skip to content

Commit 835ab67

Browse files
committed
feat(ecma): separate class.outer and class.inner text objects
1 parent 1d3965a commit 835ab67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

queries/ecma/textobjects.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
"}"
7272
(#make-range! "function.inner" @_start @_end)))
7373

74+
(class_declaration
75+
body: (class_body)) @class.outer
76+
7477
(class_declaration
7578
body: (class_body
7679
.

0 commit comments

Comments
 (0)