feat: add perl file type
This commit is contained in:
parent
dcb7b95ead
commit
0eb3ebcb80
2 changed files with 11 additions and 0 deletions
|
@ -431,6 +431,15 @@ pub const org = .{
|
|||
.comment = "#",
|
||||
};
|
||||
|
||||
pub const perl = .{
|
||||
.description = "Perl",
|
||||
.color = 0x005c81,
|
||||
.icon = "",
|
||||
.extensions = .{"pl", "pm", "t"},
|
||||
.comment = "#",
|
||||
.injections = "tree-sitter-perl/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const php = .{
|
||||
.description = "PHP",
|
||||
.color = 0x6181b6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue