cqlls 1.0.1

CQL (Cassandra Query Language) LSP
Documentation
1
2
3
4
5
6
7
8
9
pub mod completions;
pub mod consts;
pub mod cqlsh;
pub mod formatting;
pub mod handlers;
pub mod lsp;
pub mod setup;
pub mod tree_sitter;
pub mod utils;