[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: [ANN] ultraviolet 0.9.0 Released

Felipe Contreras

5/18/2007 1:02:00 PM

On 5/12/07, Dizan Vasquez <dichodaemon@gmail.com> wrote:
> I have the pleasure to announce the first public release of ultraviolet.
>
> http://ultraviolet.rub...
>
> Ultraviolet is a syntax highlighting library and engine. It
> uses TextMate[http://macro...] syntax files and parses
> them using the Textpow[http://textpow.rub...] library. It
> supports more than 60 programming languages out of the box.
> Currently Ultraviolet supports (x)html output and latex output is on
> the works.

Sweet!

I would like to have some integration with VIM.

Which text editor do you use?

--
Felipe Contreras

6 Answers

Rick DeNatale

5/18/2007 7:33:00 PM

0

On 5/18/07, Felipe Contreras <felipe.contreras@gmail.com> wrote:
> On 5/12/07, Dizan Vasquez <dichodaemon@gmail.com> wrote:
> > I have the pleasure to announce the first public release of ultraviolet.
> >
> > http://ultraviolet.rub...
> >
> > Ultraviolet is a syntax highlighting library and engine. It
> > uses TextMate[http://macro...] syntax files and parses
> > them using the Textpow[http://textpow.rub...] library. It
> > supports more than 60 programming languages out of the box.
> > Currently Ultraviolet supports (x)html output and latex output is on
> > the works.
>
> Sweet!
>
> I would like to have some integration with VIM.
>
> Which text editor do you use?

Judging on what he says, I'd be willing to be that he's using
textmate. Quite popular with the ruby community, but right now it
only runs on Mac.

There are quite a few vim extensions for ruby. Here' are some that I
found to give you a start;
http://del.icio.us/rdenata...

For syntax highlighting any fairly recent vim installation should
include ruby support.

John Long, who designed the ruby-lang.org website has a vim syntax
file to make ruby code look pretty in vim.
http://wiseheartdesign.com/2006/03/11/ruby-blue-text...

This page is actually describing his later textmate version but if you
look near the end of the article before the comments, you'll find a
link to his initial vim syntax file.

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denh...

Felipe Contreras

5/18/2007 7:46:00 PM

0

On 5/18/07, Rick DeNatale <rick.denatale@gmail.com> wrote:
> On 5/18/07, Felipe Contreras <felipe.contreras@gmail.com> wrote:
> > On 5/12/07, Dizan Vasquez <dichodaemon@gmail.com> wrote:
> > > I have the pleasure to announce the first public release of ultraviolet.
> > >
> > > http://ultraviolet.rub...
> > >
> > > Ultraviolet is a syntax highlighting library and engine. It
> > > uses TextMate[http://macro...] syntax files and parses
> > > them using the Textpow[http://textpow.rub...] library. It
> > > supports more than 60 programming languages out of the box.
> > > Currently Ultraviolet supports (x)html output and latex output is on
> > > the works.
> >
> > Sweet!
> >
> > I would like to have some integration with VIM.
> >
> > Which text editor do you use?
>
> Judging on what he says, I'd be willing to be that he's using
> textmate. Quite popular with the ruby community, but right now it
> only runs on Mac.
>
> There are quite a few vim extensions for ruby. Here' are some that I
> found to give you a start;
> http://del.icio.us/rdenata...
>
> For syntax highlighting any fairly recent vim installation should
> include ruby support.
>
> John Long, who designed the ruby-lang.org website has a vim syntax
> file to make ruby code look pretty in vim.
> http://wiseheartdesign.com/2006/03/11/ruby-blue-text...
>
> This page is actually describing his later textmate version but if you
> look near the end of the article before the comments, you'll find a
> link to his initial vim syntax file.

Yeah, I know, he told me about that, but I prefer more white backgrounds.

Anyway, thanks for your del.icio.us links!

I was hoping to have some VIM extension where you could describe a
syntax file in Ruby, it might be crazy, but interesting.

--
Felipe Contreras

Dizan Vasquez

5/21/2007 9:46:00 AM

0

Hi Felipe,

Sorry for answering so late, but I was on vacations. Regarding your
questions, oddly enough, I do not use textmate (I do not have a mac)
so I use mostly cream or kate. As for vim integration, well, I think
its somewhat different from the current project scope which is
directed to highlight static documentation (html, latex) more than to
implement a dynamic engine to be plugged into a text editor.

Dizan



Jeffrey 'jf' Lim

9/5/2007 8:43:00 AM

0

On 5/21/07, Dizan Vasquez <dichodaemon@gmail.com> wrote:
> Hi Felipe,
>
> Sorry for answering so late, but I was on vacations. Regarding your
> questions, oddly enough, I do not use textmate (I do not have a mac)
> so I use mostly cream or kate. As for vim integration, well, I think
> its somewhat different from the current project scope which is
> directed to highlight static documentation (html, latex) more than to
> implement a dynamic engine to be plugged into a text editor.
>
> Dizan
>

hey guys, sorry for being late to the party [ ;) ], but... perhaps
what Felipe meant (or at least that's what I am thinking of!!!) is a
sort of a translation from "textmate theme", to "vim theme"...

oh yeah, I uh... I was on a vacation too!!! ;P

-jf

--
In the meantime, here is your PSA:
"It's so hard to write a graphics driver that open-sourcing it would not help."
-- Andrew Fear, Software Product Manager, NVIDIA Corporation
http://kerneltrap.org...

Felipe Contreras

9/7/2007 10:39:00 AM

0

On 9/5/07, Jeffrey 'jf' Lim <jfs.world@gmail.com> wrote:
> On 5/21/07, Dizan Vasquez <dichodaemon@gmail.com> wrote:
> > Hi Felipe,
> >
> > Sorry for answering so late, but I was on vacations. Regarding your
> > questions, oddly enough, I do not use textmate (I do not have a mac)
> > so I use mostly cream or kate. As for vim integration, well, I think
> > its somewhat different from the current project scope which is
> > directed to highlight static documentation (html, latex) more than to
> > implement a dynamic engine to be plugged into a text editor.
> >
> > Dizan
> >
>
> hey guys, sorry for being late to the party [ ;) ], but... perhaps
> what Felipe meant (or at least that's what I am thinking of!!!) is a
> sort of a translation from "textmate theme", to "vim theme"...

Yeah, well I had different ideas and I guess I didn't express myself
correctly. But yes, that's one idea.

Everyone seems to be re-inventing the wheel when doing syntax
highlighting. A framework that can be used to generate vim themes
would be a good idea IMO.

Best regards.

--
Felipe Contreras

Lloyd Linklater

9/7/2007 1:06:00 PM

0

Felipe Contreras wrote:
> Everyone seems to be re-inventing the wheel when doing syntax
> highlighting. A framework that can be used to generate vim themes
> would be a good idea IMO.

True enough. We are not being very DRY about such things, are we?
--
Posted via http://www.ruby-....