I have built my first language definition for Nova for a toy programming language called ObjoBasic. The definition appears to be working as expected in the editor when I set the document type to “ObjoBasic” - Nova correctly highlights tokens, etc.
However, if I create a Markdown document and put in a code fence like this:
```objobasic
Some code
```
Nova not only doesn’t highlight the ObjoBasic in the code fence but the console throws several identical errors saying "[objobasic] Error parsing: The language objobasic could not be loaded".
I’m not sure what I’ve done wrong in my definition to cause this. It’s frustrating because I appear to be very close to getting the definition to work but it’s important to me that the highlighting also be able to work within Markdown documents.