feat: add msbuild props file type
This commit is contained in:
parent
a661b63a58
commit
821f5d03cd
1 changed files with 9 additions and 0 deletions
|
@ -403,6 +403,15 @@ pub const powershell = .{
|
||||||
.comment = "#",
|
.comment = "#",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub const props = .{
|
||||||
|
.description = "MSBuild Properties",
|
||||||
|
.icon = "",
|
||||||
|
.extensions = .{"Directory.Build.props"},
|
||||||
|
.comment = "<!--",
|
||||||
|
.highlights = "tree-sitter-xml/queries/xml/highlights.scm",
|
||||||
|
.parser = xml.parser,
|
||||||
|
};
|
||||||
|
|
||||||
pub const proto = .{
|
pub const proto = .{
|
||||||
.description = "protobuf (proto)",
|
.description = "protobuf (proto)",
|
||||||
.extensions = .{"proto"},
|
.extensions = .{"proto"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue