diff options
author | Joel Holdbrooks <cjholdbrooks@gmail.com> | 2012-07-03 18:19:05 -0700 |
---|---|---|
committer | Joel Holdbrooks <cjholdbrooks@gmail.com> | 2012-07-03 18:19:05 -0700 |
commit | e796a247e5bf2395ec72b0ae98d68bcb648f5368 (patch) | |
tree | a556ddee7b67b156e7b227e20f1458825bbc527a /etc/todo | |
parent | b9cf7f67d869eead647e237d963ba2db2fdfbc4f (diff) | |
download | coderay-e796a247e5bf2395ec72b0ae98d68bcb648f5368.tar.gz |
use "id" instead of "constant" for css ids
Diffstat (limited to 'etc/todo')
-rw-r--r-- | etc/todo/scanners/css.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/todo/scanners/css.rb b/etc/todo/scanners/css.rb index f1072f1..e9281c7 100644 --- a/etc/todo/scanners/css.rb +++ b/etc/todo/scanners/css.rb @@ -114,7 +114,7 @@ module Scanners kind = :class elsif scan RE::Id - kind = :constant + kind = :id elsif scan RE::Ident kind = :label |