mirror of https://github.com/lapce/lapce.git
add extra elixir file extensions for syntax highlighting
This commit is contained in:
parent
babcfbd52e
commit
756b1034bc
|
@ -256,7 +256,7 @@ pub enum LapceLanguage {
|
||||||
comment: "#",
|
comment: "#",
|
||||||
indent: " ",
|
indent: " ",
|
||||||
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
|
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
|
||||||
extensions: &["ex"],
|
extensions: &["ex", "exs", "eex", "heex", "sface"],
|
||||||
},
|
},
|
||||||
#[cfg(feature = "lang-c")]
|
#[cfg(feature = "lang-c")]
|
||||||
SyntaxProperties {
|
SyntaxProperties {
|
||||||
|
|
Loading…
Reference in New Issue