1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 01:27:53 +08:00

9 lines
159 B
VimL
Vendored

if exists('b:current_syntax')
finish
endif
let s:ANSI = vital#gina#import('Vim.Buffer.ANSI')
call s:ANSI.define_syntax()
let b:current_syntax = 'gina-log'