summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/coderay/tokens.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/coderay/tokens.rb b/lib/coderay/tokens.rb
index c85c2f1..50b6834 100644
--- a/lib/coderay/tokens.rb
+++ b/lib/coderay/tokens.rb
@@ -109,6 +109,8 @@ module CodeRay
# is used to highlight the tokens.
def method_missing meth, options = {}
encode_with meth, options
+ rescue PluginHost::PluginNotFound
+ super
end
def encode_with encoder, options = {}