col / qlcolorcode

Automatically exported from code.google.com/p/qlcolorcode
0 stars 0 forks source link

No support for rhtml and rjs files #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
-- letting http://www.andre-simon.de/mail.html know as well.

Original issue reported on code.google.com by dwmin...@gmail.com on 22 Feb 2008 at 6:53

GoogleCodeExporter commented 8 years ago
Not sure what those extensions are for.

Original comment by n8gray@gmail.com on 25 Feb 2008 at 11:40

GoogleCodeExporter commented 8 years ago
These are Ruby On Rails template files. HTML/JS with embedded Ruby code.

Does highlight support highlighting of languages embedded in HTML? If not, I 
think we should highlight them as 
either HTML/JS or Ruby.

Original comment by dch...@gmail.com on 31 Jul 2008 at 11:16

GoogleCodeExporter commented 8 years ago
For the whole Rails suite, we'd need:

.rhtml    either html or ruby highlighting
.erb      as above. Rails 2 uses .html.erb instead of .rhtml
.rjs      ruby highlighting
.yml      YAML

If i'm wrong, someone let me know. I'm very keen to see support for these!

Original comment by dazo...@gmail.com on 26 Aug 2008 at 7:39

GoogleCodeExporter commented 8 years ago

Original comment by n8gray@gmail.com on 7 Jan 2009 at 7:46

GoogleCodeExporter commented 8 years ago
Issue 32 has been merged into this issue.

Original comment by n8gray@gmail.com on 7 Jan 2009 at 8:19

GoogleCodeExporter commented 8 years ago
I'm adding support for rhtml and erb as html files and rjs as ruby.  YAML isn't 
supported by highlight.

Original comment by n8gray@gmail.com on 9 Jan 2009 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by n8gray@gmail.com on 9 Jan 2009 at 11:13

GoogleCodeExporter commented 8 years ago
there is an Objective C parser for YAML here http://will.thimbleby.net/yaml.html

Original comment by vivacar...@gmail.com on 16 Apr 2009 at 1:32