Commit e10df91
authored
feat(ecma): refine class.inner text object selection (#747)
* feat(ecma): refine class.inner text object selection
Replace basic node capture for class.inner with make-range!
implementation
to select class body content without including braces. This makes
class.inner
behavior consistent with function.inner, providing a more intuitive text
object selection for editing class contents.
* feat(ecma): separate class.outer and class.inner text objects1 parent 0e3be38 commit e10df91
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
76 | 87 | | |
77 | 88 | | |
78 | 89 | | |
| |||
0 commit comments