feat: add gettext-po file type
This commit is contained in:
parent
0f2a311abe
commit
68932ba74b
2 changed files with 10 additions and 0 deletions
|
@ -395,6 +395,14 @@ pub const php = .{
|
|||
.injections = "tree-sitter-php/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const po = .{
|
||||
.description = "Gettext Message Catalog",
|
||||
.icon = "",
|
||||
.extensions = .{"po"},
|
||||
.comment = "#",
|
||||
.injections = "tree-sitter-po/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const powershell = .{
|
||||
.description = "PowerShell",
|
||||
.color = 0x0873c5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue