diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-13 15:41:29 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-13 15:41:29 +0200 |
commit | 5598df049e8823f9838b348e76227ef836c4e39b (patch) | |
tree | ff0ae7c93edde90a65f556d894e2c894bdc15487 /lib/coderay/scanners/php.rb | |
parent | 6f3922f4938184d524ba990f0fa3d81531fd9b1e (diff) | |
parent | 359db4594e7fc874cf8087f599dc4e96b22e586b (diff) | |
download | coderay-5598df049e8823f9838b348e76227ef836c4e39b.tar.gz |
Merge branch 'master' into multiline-inline-diff
Diffstat (limited to 'lib/coderay/scanners/php.rb')
-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 dadab00..8acfff5 100644 --- a/lib/coderay/scanners/php.rb +++ b/lib/coderay/scanners/php.rb @@ -1,3 +1,4 @@ +# encoding: ASCII-8BIT module CodeRay module Scanners |