mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
16 lines
298 B
VimL
16 lines
298 B
VimL
echom "WAT IS THIS CRAP"
|
|
|
|
syntax match nodeID "/\vN.*:"
|
|
syntax match leaveID '/\v[A-MO-Z].*:'
|
|
|
|
syntax match annotation "[%@].*"
|
|
|
|
syntax match regie "\*.*\*"
|
|
|
|
hi def link nodeID Structure
|
|
hi def link leaveID Tag
|
|
hi def link annotation Function
|
|
hi def link regie String
|
|
|
|
let b:current_syntax = 'dia'
|