Mercurial > hg > soundsoftware-site
view .svn/pristine/81/81cd3726ba1b626ac8fe2e786c213679ee3b4319.svn-base @ 985:acaa61dde68b bug_522
Allow file attachment to wrap to avoid extra-wide text field
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 26 Oct 2012 17:18:52 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
module CodeRay module Scanners map \ :'c++' => :cpp, :cplusplus => :cpp, :ecmascript => :java_script, :ecma_script => :java_script, :rhtml => :erb, :eruby => :erb, :irb => :ruby, :javascript => :java_script, :js => :java_script, :pascal => :delphi, :patch => :diff, :plain => :text, :plaintext => :text, :xhtml => :html, :yml => :yaml default :text end end