Skip to content

elubow/cql-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:elubow/cql-vim.git bundle/cql-vim

Manual install

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/

Alternative plugin collection

cql-vim is also bundled in https://github.com/sheerun/vim-polyglot

About

Cassandra CQL Syntax Highlighter for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published