Add suggestion for CMake files (#20292)
Release Notes: - Added NeoCMake extension suggestion for cmake files (`CMakeLists.txt` and `.cmake`)
This commit is contained in:
parent
fef7df667c
commit
484e5df2ee
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
|||
("astro", &["astro"]),
|
||||
("beancount", &["beancount"]),
|
||||
("clojure", &["bb", "clj", "cljc", "cljs", "edn"]),
|
||||
("neocmake", &["CMakeLists.txt", "cmake"]),
|
||||
("csharp", &["cs"]),
|
||||
("dart", &["dart"]),
|
||||
("dockerfile", &["Dockerfile"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue