feat: add hcl file type
This commit is contained in:
parent
beea570be7
commit
dcb7b95ead
2 changed files with 12 additions and 0 deletions
|
@ -199,6 +199,16 @@ pub const haskell = .{
|
|||
.comment = "--",
|
||||
};
|
||||
|
||||
pub const hcl = .{
|
||||
.description = "Terraform/HCL",
|
||||
.color = 0x8956c4,
|
||||
.icon = "",
|
||||
.extensions = .{ "hcl", "tf", "tfvars" },
|
||||
.comment = "#",
|
||||
.highlights = "nvim-treesitter/queries/hcl/highlights.scm",
|
||||
.injections = "nvim-treesitter/queries/hcl/injections.scm",
|
||||
};
|
||||
|
||||
pub const html = .{
|
||||
.description = "HTML",
|
||||
.color = 0xe54d26,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue