Conversation
my kingdom for a syntax highlighter that both
- outputs html with classes or something instead of hard-coding colors on every single element (andre simon's _highlight_ tool does this properly. shiki does not.)
- highlights my Makefile correctly (shiki does this. andre simon's highlight tool _kinda_ does by just barely highlighting it. highlight.js chokes.)
1
0
0
@alterae I wonder how difficult this would be to make, it doesn't seem that hard. hm
2
0
1
@vn i mean it's simultaneously a Hard Problem and one for which good solutions exist so most of the trouble is just actually integrating those solutions (shiki uses vscode's syntax highlighting engine so it produces extremely nice results it just insists on outputting inline styles for Some Fucking Reason as if my website's style sheet doesn't already have rules for syntax highlighting!!)
0
0
0
@alterae I have looked at the GNU makefile man page and I take it all back
0
0
2