base46 icon indicating copy to clipboard operation
base46 copied to clipboard

Support treesitter standard group

Open xrisk opened this issue 1 year ago • 4 comments

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?

xrisk avatar Nov 30 '23 02:11 xrisk

will do this weekend, anyways for now just define it in hl_add of chadrc

siduck avatar Nov 30 '23 04:11 siduck

where's it used? shouldnt diffadded etc be enough

siduck avatar Mar 10 '24 08:03 siduck

I think difadded is the regex syntax not treesitter.

xrisk avatar Mar 12 '24 18:03 xrisk

so there's just those 2 groups?

siduck avatar Mar 12 '24 22:03 siduck