We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c725fbd commit 19be527Copy full SHA for 19be527
lib/html/pipeline/syntax_highlight_filter.rb
@@ -1,7 +1,7 @@
1
begin
2
require 'linguist'
3
rescue LoadError
4
- raise LoadError, "You need to install linguist before using the SyntaxHighlightFilter. See README.md for details"
+ raise LoadError, "You need to install 'github-linguist' before using the SyntaxHighlightFilter. See README.md for details"
5
end
6
7
module HTML
0 commit comments