We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe039a6 commit 8de6370Copy full SHA for 8de6370
packages/cursorless-engine/src/languages/perl.ts
@@ -38,7 +38,7 @@ const nodeMatchers: Partial<
38
"regex_pattern_qr",
39
"substitution_pattern_s",
40
],
41
- collectionKey: "*[key]", // TODO: child of "value: hash?"
+ collectionKey: "*[key]",
42
collectionItem: "hash[variable]",
43
argumentOrParameter: [
44
"empty_parenthesized_argument",
0 commit comments