Skip to content

Commit e3ea6d4

Browse files
committed
Highlight <Enter>, <Return>, <Del>, and <Space> in .vimrc
1 parent ce67abf commit e3ea6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/vimrc.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
},
3131
{
3232
"name": "constant",
33-
"match": "(?i)<CR>"
33+
"match": "(?i)<(CR|Enter|Return)>"
3434
},
3535
{
3636
"name": "constant",
37-
"match": "(?i)<BS>"
37+
"match": "(?i)<(BS|Del|Space)>"
3838
},
3939
{
4040
"name": "constant",

0 commit comments

Comments
 (0)