diff --git a/lapce-core/src/language.rs b/lapce-core/src/language.rs index 1fbceea4..34226c7a 100644 --- a/lapce-core/src/language.rs +++ b/lapce-core/src/language.rs @@ -153,7 +153,7 @@ pub enum LapceLanguage { #[cfg(feature = "lang-hare")] Hare, #[cfg(feature = "lang-css")] - Css + Css, } // NOTE: Elements in the array must be in the same order as the enum variants of @@ -471,7 +471,7 @@ pub enum LapceLanguage { indent: " ", code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST), extensions: &["css"], - } + }, ]; impl LapceLanguage {