-
I'd like to add language support for q. Specifically, I'd to make quarto aware of the q comment string, which is Searching around I found this list of files that all contain maps from language name to comment char.
Cross checking with d256be7, I have all the same + one more. I just grepped for I'm also curious about what it would take to get q syntax highlights in generated HTML out of the box. Currently I'm able to use Kate's k and q syntax definitions (from here) with some small changes, and use the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
I think you've found all the right places, except that some of those are automatically generated (
|
Beta Was this translation helpful? Give feedback.
I think you've found all the right places, except that some of those are automatically generated (
src/resources/editor/tools/*
)