fix: add missing c header files extension

This commit is contained in:
Jakub Panek 2022-07-03 17:56:47 +01:00 committed by GitHub
parent a0c2211e5f
commit c3d9f511a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {