Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Answer from allejo (highlightjs contributor): In your language file, remove your empty Requires: line in the comment. After removing that, it should let you compile again. The comment is significa...
Answer
#1: Initial revision
**Answer from [allejo](https://github.com/allejo) (highlightjs contributor):** In your language file, remove your empty `Requires:` line in the comment. After removing that, it should let you compile again. The comment is significant to the build process. This will likely be handled silently or throw a warning in a future version of highlight.js.