1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/bundle/gina.vim/syntax/gina-grep.vim

9 lines
160 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-grep'