stackbuilders / tutorials

Stack Builders Tutorials.
https://www.stackbuilders.com/tutorials/
70 stars 22 forks source link

Highlight elm code as haskell #148

Closed felixminom closed 3 years ago

felixminom commented 3 years ago

After giving the code a quick view we were indeed trying to parse code as elm code, but apparently pandoc does not support it yet, so I've decided to highlight code as haskell taking into account that these languages are pretty similar in their sytax

screencapture-127-0-0-1-4000-tutorials-elm-testing-2021-07-15-14_59_17

CristhianMotoche commented 3 years ago

Hey @felixminom I think this could be a workaround for the problem. Nevertheless, I was wondering about the tool that we use for code highlight. Which library are we using for that right now? Maybe we need to extend it or something like that?