mirror of https://github.com/lapce/lapce.git
Add rust enums to sticky headers list (#1378)
This commit is contained in:
parent
7dbcfc0a6c
commit
d14664b21f
|
@ -213,7 +213,7 @@ pub enum LapceLanguage {
|
|||
&["source_file", "impl_item", "trait_item", "declaration_list"],
|
||||
&["source_file", "use_declaration", "line_comment"],
|
||||
),
|
||||
sticky_headers: &["struct_item", "function_item", "impl_item"],
|
||||
sticky_headers: &["struct_item", "enum_item", "function_item", "impl_item"],
|
||||
extensions: &["rs"],
|
||||
},
|
||||
#[cfg(feature = "lang-go")]
|
||||
|
|
Loading…
Reference in New Issue