feat: add reStructuredText file type
This commit is contained in:
parent
a2356a459e
commit
10b92330cf
3 changed files with 12 additions and 2 deletions
|
|
@ -512,6 +512,14 @@ pub const rpmspec = .{
|
|||
.comment = "#",
|
||||
};
|
||||
|
||||
pub const rst = .{
|
||||
.description = "reStructuredText",
|
||||
.extensions = .{"rst"},
|
||||
.comment = "..",
|
||||
.highlights = "nvim-treesitter/queries/rst/highlights.scm",
|
||||
.injections = "nvim-treesitter/queries/rst/injections.scm",
|
||||
};
|
||||
|
||||
pub const ruby = .{
|
||||
.description = "Ruby",
|
||||
.color = 0xd91404,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue