Updating syntax definitions #1702
stefanobaghino
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @stefanobaghino! First I should be clear that my current job is providing an unlimited amount of interesting software challenges and I do not currently have time to take on a substantial delta project such as swapping out the syntax highlighter myself. Beyond that, my initial thoughts are:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋🏻 Hello, everyone!
A few weeks ago, I noticed that syntax highlighting didn't pick up Java text blocks (i.e., multiline strings). I started looking at the problem, which led me to learn that
delta
usessyntect
for syntax highlighting, the same librarybat
uses.Some more investigation made me realize that
bat
itself is lagging behind because ultimatelysyntect
itself is.bat
hasn't bumped its themes in a few years because of trishume/syntect#323 and trishume/syntect#271, which prevent the adoption of more modern themes.I want to help, but first, I'd like to understand the maintainer's point of view on this matter so that my contribution can actually be helpful: is syntax highlighting compatibility with
bat
a core feature ofdelta
(theREADME
seem to point in that direction), or would you consider the idea of adopting a different syntax highlighting library? Or do you have a completely different approach in mind?I am looking forward to your feedback; all the best!
Beta Was this translation helpful? Give feedback.
All reactions