diff options
author | murphy <murphy@rubychan.de> | 2010-06-29 06:35:14 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-29 06:35:14 +0000 |
commit | c66ba1145eea6b846cc9f7427c740df5aada6436 (patch) | |
tree | b53f67379a0d23a946bebfc1a2280f6337de4baa /lib | |
parent | b32bc04a6f5dfca5db098a684ece32af672f995e (diff) | |
download | coderay-c66ba1145eea6b846cc9f7427c740df5aada6436.tar.gz |
Added encoding header for Clojure scanner: Rember to put this on top when using non-ASCII chars :)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/coderay/scanners/clojure.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/scanners/clojure.rb b/lib/coderay/scanners/clojure.rb index 362387a..ead788a 100644 --- a/lib/coderay/scanners/clojure.rb +++ b/lib/coderay/scanners/clojure.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 module CodeRay module Scanners |