feat: add cmake support
This commit is contained in:
parent
40e4f73571
commit
78f312e1e5
3 changed files with 15 additions and 2 deletions
|
@ -38,6 +38,17 @@ pub const conf = .{
|
|||
.parser = fish.parser,
|
||||
};
|
||||
|
||||
pub const cmake = .{
|
||||
.color = 0x004078,
|
||||
.icon = "",
|
||||
.extensions = .{ "CMakeLists.txt", "cmake", "cmake.in" },
|
||||
.comment = "#",
|
||||
.highlights = "queries/cmake/highlights.scm",
|
||||
.injections = "queries/cmake/injections.scm",
|
||||
.formatter = .{"cmake-format"},
|
||||
.language_server = .{"cmake-language-server"},
|
||||
};
|
||||
|
||||
pub const cpp = .{
|
||||
.color = 0x9c033a,
|
||||
.icon = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue