Skip to content

Jekyll build failure #123

Answered by andrewtbiehl
sangwoo-joh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Happy to help.

I believe this is the root issue:

Error retrieving language configuration for scope 'source.cpp': Language not found

I think you still need to add some Tree Sitter language parsers to your project so that this tool can find and use them. Unlike many syntax highlighters with built-in support for many popular languages, Tree Sitter relies on external language parser libraries to understand the grammar of each language. For example, tree-sitter/tree-sitter-cpp is the project for the Tree Sitter C++ parser library. More information on how that applies to this tool can be found here in the README, but feel free to let me know if you're still confused.

Also, I happen to kno…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by andrewtbiehl
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #118 on October 12, 2023 01:27.