You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes three separate issues (it was natural to fix them all
at the same time).
Fixesbytesparadise#719 Should not panic on unrecognized source language
Fixesbytesparadise#706 Support "Chroma" as a syntax highlighter choice
Fixesbytesparadise#704 Source paragraph does not honor syntax highlighter
This fixes three separate issues (it was natural to fix them all
at the same time).
Fixes#719 Should not panic on unrecognized source language
Fixes#706 Support "Chroma" as a syntax highlighter choice
Fixes#704 Source paragraph does not honor syntax highlighter
If I set a source language in a document that chroma does not have builtin support for, a nil lexer is returned, and the result is a panic.
Instead we should fall back to Chroma's fallback lexer.
The text was updated successfully, but these errors were encountered: