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 dc8761b73d..35f1bb8c52 100644
--- a/support/texlab/crates/syntax/src/lib.rs
+++ b/support/texlab/crates/syntax/src/lib.rs
@@ -1,5 +1,6 @@
pub mod bibtex;
pub mod latex;
+pub mod latexmkrc;
#[derive(Debug, PartialEq, Eq, Clone, Copy, PartialOrd, Ord, Hash)]
pub enum BuildErrorLevel {