Highlight CQL syntaxes inside the vim editor.
" Plug (https://github.com/junegunn/vim-plug)
Plug 'elubow/cql-vim'
" Vundle (https://github.com/VundleVim/Vundle.vim)
Plugin 'elubow/cql-vim'
cd ~/.vim/
git clone [email protected]:elubow/cql-vim.git bundle/cql-vim
cd ~/.local/src
git clone [email protected]:elubow/cql-vim.git
cp -R cql-vim/syntax/* ~/.vim/syntax/
cp -R cql-vim/ftdetect/* ~/.vim/ftdetect/
cql-vim is also bundled in https://github.com/sheerun/vim-polyglot