diff options
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/tokens.rb | 2 |
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 = {} |