feat: add llvm file type
This commit is contained in:
parent
b56a7847d0
commit
505427ee32
2 changed files with 11 additions and 0 deletions
|
|
@ -332,6 +332,15 @@ pub const commonlisp = .{
|
|||
.injections = "nvim-treesitter/runtime/queries/commonlisp/injections.scm",
|
||||
};
|
||||
|
||||
pub const llvm = .{
|
||||
.description = "Llvm",
|
||||
.icon = "",
|
||||
.extensions = .{ "llvm", "ll" },
|
||||
.comment = ";",
|
||||
.highlights = "nvim-treesitter/runtime/queries/llvm/highlights.scm",
|
||||
.injections = "nvim-treesitter/runtime/queries/llvm/injections.scm",
|
||||
};
|
||||
|
||||
pub const lua = .{
|
||||
.description = "Lua",
|
||||
.color = 0x02027d,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue