feat: highlight markdown titles
This commit is contained in:
parent
27c01b940a
commit
0cbf966b1e
1 changed files with 1 additions and 0 deletions
|
@ -1504,6 +1504,7 @@ pub const fallbacks: []const FallBack = &[_]FallBack{
|
||||||
.{ .ts = "keyword.type", .tm = "keyword.structure" },
|
.{ .ts = "keyword.type", .tm = "keyword.structure" },
|
||||||
.{ .ts = "keyword.function", .tm = "storage.type.function" },
|
.{ .ts = "keyword.function", .tm = "storage.type.function" },
|
||||||
.{ .ts = "constant.builtin", .tm = "keyword.constant" },
|
.{ .ts = "constant.builtin", .tm = "keyword.constant" },
|
||||||
|
.{ .ts = "text.title", .tm = "entity.name.section" },
|
||||||
};
|
};
|
||||||
|
|
||||||
fn set_terminal_style(self: *Self) void {
|
fn set_terminal_style(self: *Self) void {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue