summaryrefslogtreecommitdiff
path: root/support/texlab/src/hover/latex/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/hover/latex/mod.rs')
-rw-r--r--support/texlab/src/hover/latex/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/texlab/src/hover/latex/mod.rs b/support/texlab/src/hover/latex/mod.rs
new file mode 100644
index 0000000000..c119bfc832
--- /dev/null
+++ b/support/texlab/src/hover/latex/mod.rs
@@ -0,0 +1,6 @@
+#[cfg(feature = "citation")]
+pub mod citation;
+
+pub mod component;
+pub mod label;
+pub mod preview;