Skip to content

Commit

Permalink
get info from wrap action descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jan 18, 2024
1 parent 4fbdc8c commit 30488b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/src/keyboard/grammar/grammar.ne
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main -> %simpleAction {% command("performSimpleActionOnTarget", ["actionDescript

# "round wrap"
main -> %wrap %pairedDelimiter {%
command("performWrapActionOnTarget", [_, "delimiter"])
command("performWrapActionOnTarget", ["actionDescriptor", "delimiter"])
%}

# Custom vscode command
Expand Down

0 comments on commit 30488b8

Please sign in to comment.