mirror of https://github.com/lapce/lapce.git
fix: add missing c header files extension
This commit is contained in:
parent
a0c2211e5f
commit
c3d9f511a9
|
@ -294,7 +294,7 @@ pub enum LapceLanguage {
|
|||
comment: "//",
|
||||
indent: " ",
|
||||
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
|
||||
extensions: &["c"],
|
||||
extensions: &["c", "h"],
|
||||
},
|
||||
#[cfg(feature = "lang-cpp")]
|
||||
SyntaxProperties {
|
||||
|
|
Loading…
Reference in New Issue