arity 0.4.0

An LSP, formatter, and linter for R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ast;
pub mod cli;
pub mod config;
pub mod file_discovery;
pub mod formatter;
pub mod incremental;
pub mod linter;
pub mod lsp;
pub mod parser;
pub mod project;
pub mod rindex;
pub mod semantic;
pub mod syntax;
pub mod text;