Type error when loading custom grammar object #783
Unanswered
TheOnlyTails
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to load a custom language grammar into shiki like so:
but i'm getting an error, saying that the
$self
and$base
properties are missing fromIRawRepositoryMap
.However, looking at the official grammars package, I can't see those properties in any other grammar.
Beta Was this translation helpful? Give feedback.
All reactions