Awesome
Cassandra CQL Syntax Highlighter for Vim
Highlight CQL syntaxes inside the vim editor.
Install with plugin manager
" Plug (https://github.com/junegunn/vim-plug)
Plug 'elubow/cql-vim'
" Vundle (https://github.com/VundleVim/Vundle.vim)
Plugin 'elubow/cql-vim'
Install with pathogen
cd ~/.vim/
git clone git@github.com:elubow/cql-vim.git bundle/cql-vim
Manual install
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/
Alternative plugin collection
cql-vim is also bundled in https://github.com/sheerun/vim-polyglot