Closed joshgoebel closed 4 years ago
Not sure if this affects you individually or not. I think it would?
https://github.com/conorhastings/react-syntax-highlighter/issues/226
Your registerLanguage needs to support the new rawDefinition functionality:
registerLanguage
rawDefinition
https://github.com/highlightjs/highlight.js/blob/master/src/highlight.js#L904
This is required for the Arduino language (and likely others in the future).
Thanks, updated!
Oh wow. That’s quite the update. Lol.
It was 😉
Not sure if this affects you individually or not. I think it would?
https://github.com/conorhastings/react-syntax-highlighter/issues/226
Your
registerLanguage
needs to support the newrawDefinition
functionality:https://github.com/highlightjs/highlight.js/blob/master/src/highlight.js#L904
This is required for the Arduino language (and likely others in the future).