base46
base46 copied to clipboard
Support treesitter standard group
Treesitter defines the standard groups:
@text.diff.add ; added text (for diff files)
@text.diff.delete ; deleted text (for diff files)
Would it be possible to define these in the themes?
will do this weekend, anyways for now just define it in hl_add of chadrc
where's it used? shouldnt diffadded etc be enough
I think difadded is the regex syntax not treesitter.
so there's just those 2 groups?