Cassandra CQL Syntax Highlighter for Vim Highlight CQL syntaxes inside the vim editor. Installation Copy the cql.vim file into your ~/.vim/syntax directory. Vim Usage Inside vim: :set syn=cql Automatic loading In your ~/.vimrc file, add the following line: autocmd BufRead *.cql set syntax=cql