feat(syntax): add default link for function args

This commit is contained in:
Iron-E 2020-12-12 13:54:55 -05:00
parent da28835bf7
commit 2da8bbac90
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@ local highlight_groups = {
vimHiGui = 'vimHiCterm',
vimHiGuiFgBg = 'vimHiGui',
vimHiKeyList = 'Operator',
vimIsCommand = 'Keyword',
vimOption = 'Keyword',
vimScriptDelim = 'Ignore',
vimSet = 'String',