diff options
author | murphy <murphy@rubychan.de> | 2011-04-20 19:49:53 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-04-20 19:49:53 +0000 |
commit | aa17b9942d6ca3d01e3f74513e0903a195c23b22 (patch) | |
tree | eeee0ac8f13199d726f9eeb8f4ad7194773f0d36 /lib/coderay/scanners/css.rb | |
parent | 763948b33279a418b17f09f110e8cab0035a0734 (diff) | |
download | coderay-aa17b9942d6ca3d01e3f74513e0903a195c23b22.tar.gz |
Encoder refactoring to fix LOC and Statistic encoders
Diffstat (limited to 'lib/coderay/scanners/css.rb')
-rw-r--r-- | lib/coderay/scanners/css.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/css.rb b/lib/coderay/scanners/css.rb index ee76234..6413f8f 100644 --- a/lib/coderay/scanners/css.rb +++ b/lib/coderay/scanners/css.rb @@ -9,7 +9,7 @@ module Scanners :comment, :class, :pseudo_class, :type, :constant, :directive, - :key, :value, :operator, :color, :float, + :key, :value, :operator, :color, :float, :string, :error, :important, ] # :nodoc: |