sql-heredoc.vim
sql-heredoc.vim copied to clipboard
Syntax highlighting for SQL heredocs.
Syntax highlighting for SQL heredocs
This is a Vim plugin to have syntax highlighting for SQL heredocs in your code.

Installation
Using Pathogen:
git clone https://github.com/aliou/sql-heredoc.vim.git ~/.vim/bundle/sql-heredoc.vim
Using vim-plug:
Plug 'aliou/sql-heredoc.vim'
Using NeoBundle:
NeoBundle 'aliou/sql-heredoc.vim'
Using Vundle:
Plugin 'aliou/sql-heredoc.vim'
License
Copyright (c) Aliou Diallo. Distributed under the same terms as Vim itself. See :help license.