Highlight 'use' filenames as strings

This commit is contained in:
Bruce Hill 2023-06-05 13:59:26 -04:00
parent d44b2f14a3
commit 2e9b847413

View File

@ -78,8 +78,8 @@ hi def link SSSFail Exception
syn keyword SSSStatement stop skip fail pass return del
hi def link SSSStatement Statement
syn keyword SSSKeyword use extern
hi def link SSSKeyword Keyword
syn region SSSUse matchgroup=Keyword start=/\<use\>/ matchgroup=SSSDelim end=/$\|;/
hi def link SSSUse String
syn keyword SSSExtend extend nextgroup=SSSType skipwhite
hi def link SSSExtend Keyword