feat: add latex file type
This commit is contained in:
parent
54cebe31e6
commit
3c16aebea6
2 changed files with 12 additions and 0 deletions
|
@ -257,6 +257,16 @@ pub const kdl = .{
|
|||
.comment = "//",
|
||||
};
|
||||
|
||||
pub const latex = .{
|
||||
.description = "LaTeX",
|
||||
.color = 0x008080,
|
||||
.icon = "",
|
||||
.extensions = .{ "tex", "aux", "sty", "cls" },
|
||||
.comment = "%",
|
||||
.highlights = "nvim-treesitter/queries/latex/highlights.scm",
|
||||
.injections = "nvim-treesitter/queries/latex/injections.scm",
|
||||
};
|
||||
|
||||
pub const commonlisp = .{
|
||||
.description = "Lisp",
|
||||
.color = 0xFFFFFF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue