mirror of https://github.com/lapce/lapce.git
add sticky headers to julia (#1636)
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com> Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
This commit is contained in:
parent
6a8bb120b5
commit
bfdbbd2efb
|
@ -502,7 +502,12 @@ pub enum LapceLanguage {
|
|||
comment: "#",
|
||||
indent: " ",
|
||||
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
|
||||
sticky_headers: &[],
|
||||
sticky_headers: &[
|
||||
"function_definition",
|
||||
"module_definition",
|
||||
"macro_definition",
|
||||
"struct_definition",
|
||||
],
|
||||
extensions: &["julia", "jl"],
|
||||
},
|
||||
#[cfg(feature = "lang-kotlin")]
|
||||
|
|
Loading…
Reference in New Issue