Add highlighting for section headers

This commit is contained in:
Marco Hinz 2013-10-22 13:01:32 +02:00
parent 48ed94400f
commit b7fe86e492
2 changed files with 24 additions and 8 deletions

View file

@ -34,5 +34,6 @@ endif
highlight default link StartifyHeader Normal
highlight default link StartifyBracket Delimiter
highlight default link StartifyNumber Number
highlight default link StartifySection Special
let b:current_syntax = 'startify'