dot_files/vim-plugins/bundle/xptemplate/syntax/xptlog.vim
2017-07-09 00:26:06 +03:00

9 lines
429 B
VimL

syn match xptlogStack /^\w\+:::.*/ contains=xptlogFunctionName,xptlogLevel
syn match xptlogLevel /^\w\+\ze:::/ contained
syn match xptlogFunctionName /[^:.]\+\ze\%(\.\.\|$\)/ contained contains=xptlogFunctionSID
syn match xptlogFunctionSID /<SNR>\d\+_/
hi def link xptlogStack Statement
hi def link xptlogLevel Label
hi def link xptlogFunctionName Function
hi def link xptlogFunctionSID Title