-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
lang-scmLanguage support for tree-sitter .scm filesLanguage support for tree-sitter .scm files
Description
If I have the following code:
(aaa) |
(bbb) @ccc
(where |
is my cursor), I want to be able to say "bring name cap"
, but that results in
(aaa) ccc
(bbb) @ccc
rather than the desired
(aaa) @ccc
(bbb) @ccc
I think we were trying to be too fancy. I'd be inclined to just include the @
in the name
scope, and stop using @
as insertion delimiter
The drawback is we wouldn't get a @
when we say "pour name" or "change name"
Note that we could get something like this in the future where we'd support "bring name cap to this"
if we had #1631, but that's still more verbose than "bring name cap"
If we decide to go this route, we should prob also include the .
in "access"
(#1519)
Metadata
Metadata
Assignees
Labels
lang-scmLanguage support for tree-sitter .scm filesLanguage support for tree-sitter .scm files