From 745892fbddea56040139108277e728b53fd8fc11 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 28 May 2020 03:03:21 +0000 Subject: CTAN sync 202005280303 --- support/texlab/crates/tex/src/miktex.rs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 support/texlab/crates/tex/src/miktex.rs (limited to 'support/texlab/crates/tex/src/miktex.rs') diff --git a/support/texlab/crates/tex/src/miktex.rs b/support/texlab/crates/tex/src/miktex.rs deleted file mode 100644 index 8ab399dc2b..0000000000 --- a/support/texlab/crates/tex/src/miktex.rs +++ /dev/null @@ -1,18 +0,0 @@ -use super::compile::*; -use super::{Distribution, DistributionKind}; - -#[derive(Debug, Default)] -pub struct Miktex; - -impl Distribution for Miktex { - fn kind(&self) -> DistributionKind { - DistributionKind::Miktex - } - - fn supports_format(&self, format: Format) -> bool { - match format { - Format::Latex | Format::Pdflatex => true, - Format::Xelatex | Format::Lualatex => true, - } - } -} -- cgit v1.2.3