mirror of https://github.com/lapce/lapce.git
fix rustfmt error in ci
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
This commit is contained in:
parent
26e8b0fb82
commit
1a699e4b54
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue