feat: added treesitter hl for diff. Fixes #266
This commit is contained in:
parent
03243b13b5
commit
ec144d94a8
@ -259,6 +259,8 @@ function M.setup()
|
||||
-- TSTitle = { }; -- Text that is part of a title.
|
||||
-- TSLiteral = { }; -- Literal text.
|
||||
-- TSURI = { }; -- Any URI like a link or email.
|
||||
["@text.diff.add"] = { link = "DiffAdd" },
|
||||
["@text.diff.delete"] = { link = "DiffDelete" },
|
||||
|
||||
-- Lua
|
||||
-- luaTSProperty = { fg = c.red }, -- Same as `TSField`.
|
||||
|
Loading…
Reference in New Issue
Block a user