summaryrefslogtreecommitdiff
path: root/support/texlab/src/options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/options.rs')
-rw-r--r--support/texlab/src/options.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/texlab/src/options.rs b/support/texlab/src/options.rs
index cc0058fc68..6cbba51823 100644
--- a/support/texlab/src/options.rs
+++ b/support/texlab/src/options.rs
@@ -32,6 +32,7 @@ impl Default for DiagnosticsDelay {
#[derive(Debug, PartialEq, Eq, Clone, Copy, Serialize, Deserialize)]
#[serde(rename_all = "kebab-case")]
pub enum BibtexFormatter {
+ None,
Texlab,
Latexindent,
}
@@ -45,6 +46,7 @@ impl Default for BibtexFormatter {
#[derive(Debug, PartialEq, Eq, Clone, Copy, Serialize, Deserialize)]
#[serde(rename_all = "kebab-case")]
pub enum LatexFormatter {
+ None,
Texlab,
Latexindent,
}