mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Update
This commit is contained in:
@@ -20,7 +20,7 @@ syn match sdErr contained /\s*\S\+/ nextgroup=sdErr
|
||||
|
||||
" environment args and format strings
|
||||
syn match sdEnvArg contained /\$\i\+\|\${\i\+}/
|
||||
syn match sdFormatStr contained /%[inpINPfcrRt]/ containedin=ALLBUT,sdComment,sdErr
|
||||
syn match sdFormatStr contained /%[bCEfhHiIjJLmnNpPsStTgGuUvV%]/ containedin=ALLBUT,sdComment,sdErr
|
||||
|
||||
" common data types
|
||||
syn match sdUInt contained nextgroup=sdErr /\d\+/
|
||||
|
||||
Reference in New Issue
Block a user