From c6150a370616ebb918620623bae24855a6d8cb65 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 9 Jan 2021 14:45:47 +0300 Subject: Reorder modules --- crates/ide/src/syntax_highlighting.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crates/ide') diff --git a/crates/ide/src/syntax_highlighting.rs b/crates/ide/src/syntax_highlighting.rs index d73ddf35b..086c1245e 100644 --- a/crates/ide/src/syntax_highlighting.rs +++ b/crates/ide/src/syntax_highlighting.rs @@ -1,11 +1,13 @@ +pub(crate) mod tags; + mod highlights; mod injector; mod format; -mod html; mod injection; mod macro_rules; -pub(crate) mod tags; + +mod html; #[cfg(test)] mod tests; -- cgit v1.2.3