summaryrefslogtreecommitdiff
path: root/support/texlab/src/server/options.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-27 03:03:42 +0000
committerNorbert Preining <norbert@preining.info>2023-03-27 03:03:42 +0000
commit8ee50414f6054311ac11efe8ea6360c25c622498 (patch)
treee1b68ea1215d21284e59d95c2a39a632efea083b /support/texlab/src/server/options.rs
parent17a3481529d31ffd1586ca65dde09742f9b5c471 (diff)
CTAN sync 202303270303
Diffstat (limited to 'support/texlab/src/server/options.rs')
-rw-r--r--support/texlab/src/server/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/src/server/options.rs b/support/texlab/src/server/options.rs
index fb7260ebf2..87f49691f0 100644
--- a/support/texlab/src/server/options.rs
+++ b/support/texlab/src/server/options.rs
@@ -160,7 +160,7 @@ impl From<Options> for Config {
LatexFormatter::Latexindent => Formatter::LatexIndent,
};
- config.formatting.tex_formatter = match value.bibtex_formatter {
+ config.formatting.bib_formatter = match value.bibtex_formatter {
BibtexFormatter::None => Formatter::Null,
BibtexFormatter::Texlab => Formatter::Server,
BibtexFormatter::Latexindent => Formatter::LatexIndent,