-
I have the following Latex document (
I am using the following command to get the HTML output ( Where I get the following warning for each code snippet containing a comment: The result is that the code snippets containing comments are not syntax-highlighted. The following is what the generated HTML looks like in a browser. As can be seen, the code snippet with comments has no colors. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think the file: https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/dart.xml references other files such as https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/comments.xml using |
Beta Was this translation helpful? Give feedback.
-
The solution to my problem is to use the following command (thanks to @jgm ): |
Beta Was this translation helpful? Give feedback.
What if you use
--syntax-definition
twice with both dart.xml and comments.xml, does that work?