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.
2 parents c975ca8 + 19be527 commit 5ad9fd1Copy full SHA for 5ad9fd1
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