Skip to content

Commit 8de6370

Browse files
committed
Remove TODO comment
1 parent fe039a6 commit 8de6370

File tree

1 file changed

+1
-1
lines changed
  • packages/cursorless-engine/src/languages

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/languages/perl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const nodeMatchers: Partial<
3838
"regex_pattern_qr",
3939
"substitution_pattern_s",
4040
],
41-
collectionKey: "*[key]", // TODO: child of "value: hash?"
41+
collectionKey: "*[key]",
4242
collectionItem: "hash[variable]",
4343
argumentOrParameter: [
4444
"empty_parenthesized_argument",

0 commit comments

Comments
 (0)