+vim highlighting
This commit is contained in:
16
.vim/syntax/tbsp.vim
Normal file
16
.vim/syntax/tbsp.vim
Normal file
@ -0,0 +1,16 @@
|
||||
runtime! syntax/c.vim
|
||||
unlet b:current_syntax
|
||||
|
||||
syn keyword tbspDirection enter leave
|
||||
syn match tbspTop "%top"
|
||||
syn match tbspLanaguage "%language"
|
||||
syn match tbspSeparator "%%"
|
||||
|
||||
hi link tbspDirection Type
|
||||
hi link tbspTop Statement
|
||||
hi link tbspLanaguage Statement
|
||||
hi link tbspSeparator Todo
|
||||
|
||||
syn include syntax/c.vim
|
||||
|
||||
let b:current = "tbsp"
|
Reference in New Issue
Block a user