move macro to a separate module

This commit is contained in:
Aleksey Kladov 2018-12-28 18:21:30 +03:00
parent fd33c89207
commit b911ee542b
3 changed files with 67 additions and 60 deletions

View file

@ -18,6 +18,7 @@ pub mod mock_analysis;
mod extend_selection;
mod syntax_highlighting;
mod macros;
use std::{fmt, sync::Arc};