Skip to content

Commit ce67abf

Browse files
committed
Normalize <Return> the same as <CR> or <Enter>
1 parent 939df0e commit ce67abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/notation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Notation {
1111
[/end/gi, 'End'],
1212
[/insert/gi, 'Insert'],
1313
[/<space>/gi, ' '],
14-
[/<cr>|<enter>/gi, '\n'],
14+
[/<cr>|<enter>|<return>/gi, '\n'],
1515
];
1616

1717
private static shiftedLetterRegex = /<S-[a-zA-Z]>/;

0 commit comments

Comments
 (0)