ir_black.vim: highlight storage class as Identifier

This commit is contained in:
Josh Holtrop 2013-08-21 11:27:17 -04:00
parent 7272cfa9e6
commit 064d939e08

View File

@ -134,7 +134,7 @@ hi link Include PreProc
hi link Define PreProc
hi link Macro PreProc
hi link PreCondit PreProc
hi link StorageClass Type
hi link StorageClass Identifier
hi link Structure Type
hi link Typedef Type
hi link Tag Special