Yummygum / city-lights-syntax-vsc

149 stars 19 forks source link

Add Diff syntax highlighting #64

Closed huytd closed 1 year ago

huytd commented 4 years ago

Add an ability to highlight diff/patch files. Reusing the colors from gitDecorator.

For preview, this is what we see when viewing diff file before the change:

image

And this is the result after the change:

image

Fixes #63