Skip to content
forked from elubow/cql-vim

Cassandra CQL Syntax Highlighter for Vim

Notifications You must be signed in to change notification settings

happybob007/cql-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Cassandra CQL Syntax Highlighter for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%