VIM是否支持GSQL语法高亮?
可以,请先去https://github.com/tigergraph/ecosys/tree/master/editor/vim下载gsql.vim,并放置到目录 “~/.vim/syntax/”,然后在~/.vimrc 末尾加入:
au BufRead,BufNewFile *.gsql set filetype=gsql
au! Syntax gsql source $VIM/syntax/gsql.vim
想了解更多信息请进 http://docs.tigergraph.com.cn