diff options
Diffstat (limited to 'lib/coderay/scanners')
-rw-r--r-- | lib/coderay/scanners/php.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/scanners/php.rb b/lib/coderay/scanners/php.rb index 6f3c237..7f09de9 100644 --- a/lib/coderay/scanners/php.rb +++ b/lib/coderay/scanners/php.rb @@ -10,6 +10,7 @@ module Scanners register_for :php file_extension 'php' + encoding 'BINARY' KINDS_NOT_LOC = HTML::KINDS_NOT_LOC |