fix: load all extensionToLang languages in Shiki highlighter proto, graphql, zig, kotlin, swift, ruby, php, svelte were in the extension map but not loaded by createHighlighter, causing silent fallback to plain text for those file types.
Author: Aaron Steven White
Commit
5d95fb48c684ae319e27f30f1ba1d445315bda0fParent: 136ec9bd3b
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +9 -1
@@ -73,7 +73,15 @@ function getHighlighter() {
7373 'xml', 7474 'c', 7575 'cpp', 76- 'java' 76+ 'java', 77+ 'kotlin', 78+ 'swift', 79+ 'ruby', 80+ 'php', 81+ 'zig', 82+ 'graphql', 83+ 'proto', 84+ 'svelte', 7785 ] 7886 }); 7987 }