add extra elixir file extensions for syntax highlighting

This commit is contained in:
Mayel de Borniol 2022-06-09 20:26:14 +12:00
parent babcfbd52e
commit 756b1034bc
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ pub enum LapceLanguage {
comment: "#",
indent: " ",
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
extensions: &["ex"],
extensions: &["ex", "exs", "eex", "heex", "sface"],
},
#[cfg(feature = "lang-c")]
SyntaxProperties {