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 git@github.com:elubow/cql-vim.git bundle/cql-vim
cd ~/.local/src
git clone git@github.com: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