Syntax hightlighting in .vimrc for command-id which contains numbers/hyphens/underscores (#7619)

Fixes #7618
This commit is contained in:
Wayne Tsai 2022-04-10 07:52:41 +08:00 committed by GitHub
parent 3210e8f08f
commit 203d9b0330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
},
{
"name": "string.unquoted",
"match": "(?i)[a-z]+(\\.[a-z]+)+"
"match": "(?i)[\\w-]+(\\.[\\w-]+)+"
}
]
}