Skip to content

Commit 4ef8280

Browse files
committed
feat(syntax): add markdown link hlgroup
1 parent c5c1cf4 commit 4ef8280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/leaf/hlgroups/syntax.lua

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function M.setup(colors, config)
9797
markdownH4Delimiter = { link = "markdownH4" },
9898
markdownH5Delimiter = { link = "markdownH5" },
9999
markdownH6Delimiter = { link = "markdownH6" },
100+
markdownLinkText = { fg = colors.teal0, style = config.underlineStyle },
100101
}
101102
end
102103

0 commit comments

Comments
 (0)