From 2374f8ddd820f7cb8451f631117137daebf39036 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Feb 2020 09:46:34 +0100 Subject: Renam module --- crates/ra_ide/src/syntax_highlighting.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_ide/src/syntax_highlighting.rs') diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index 4e95b9ce5..5f11b091c 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs @@ -1,6 +1,6 @@ //! FIXME: write short doc here -mod highlight; +mod tags; mod html; use hir::{Name, Semantics}; @@ -17,7 +17,7 @@ use rustc_hash::FxHashMap; use crate::{references::classify_name_ref, FileId}; -pub use highlight::{Highlight, HighlightModifier, HighlightModifiers, HighlightTag}; +pub use tags::{Highlight, HighlightModifier, HighlightModifiers, HighlightTag}; pub(crate) use html::highlight_as_html; -- cgit v1.2.3