summaryrefslogtreecommitdiff
path: root/support/texlab/src/hover/bibtex/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/hover/bibtex/mod.rs')
-rw-r--r--support/texlab/src/hover/bibtex/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/texlab/src/hover/bibtex/mod.rs b/support/texlab/src/hover/bibtex/mod.rs
new file mode 100644
index 0000000000..59ff356fa0
--- /dev/null
+++ b/support/texlab/src/hover/bibtex/mod.rs
@@ -0,0 +1,3 @@
+pub mod entry_type;
+pub mod field;
+pub mod string_reference;