wiki_link
is in highlights.scm but doesn't appear to be compiled in?
#118
Labels
bug
Something isn't working
Hello!
I'm attempting to use this parser/grammar directly in a project. I'm getting an error when loading the
highlights
query due to an undeclaredwiki_links
node. It seems to me that the providedhighlights.scm
for theinline
parser defines a capture for the node type, but the provided compiledparser
andscanner
don't actually define the node type. Am I understanding correctly?If so, would it possible to have these two match, either by removing the
wiki_link
highlight or having the provided compiled artifacts be compiled withwiki_link
?Thank you!
The text was updated successfully, but these errors were encountered: