Skip to content

Commit

Permalink
Syntax hightlighting in .vimrc for command-id which contains numbers/…
Browse files Browse the repository at this point in the history
…hyphens/underscores (#7619)

Fixes #7618
  • Loading branch information
waynewaynetsai authored Apr 9, 2022
1 parent 3210e8f commit 203d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/vimrc.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"name": "string.unquoted",
"match": "(?i)[a-z]+(\\.[a-z]+)+"
"match": "(?i)[\\w-]+(\\.[\\w-]+)+"
}
]
}

0 comments on commit 203d9b0

Please sign in to comment.