summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/syntax/src/lib.rs')
-rw-r--r--support/texlab/crates/syntax/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/texlab/crates/syntax/src/lib.rs b/support/texlab/crates/syntax/src/lib.rs
index 35f1bb8c52..d3e2098757 100644
--- a/support/texlab/crates/syntax/src/lib.rs
+++ b/support/texlab/crates/syntax/src/lib.rs
@@ -1,4 +1,5 @@
pub mod bibtex;
+pub mod file_list;
pub mod latex;
pub mod latexmkrc;