1

Is there a online generator, or something like that, of new highlightings for gedit?

I am using a not known language and I would like to have syntax highlight, but it seems like too complicated and I though that could exist some online creator.

richardaum
  • 6,651
  • 12
  • 48
  • 64
  • I had to write a syntax spec a while ago for a language called Frege. I just did it by hand! :P We really need an online generator for this! Perhaps you could make it, good sir? :) – Miguel Apr 24 '13 at 03:02
  • Good ideia, we could work together, what do you think about it? – richardaum Apr 25 '13 at 02:40
  • Sure. I could try to help. Open a repo on Github or something and I could see how I can contribute. I'm not a huge web developer, but I could probably manage. :) – Miguel Apr 25 '13 at 03:00
  • Could we talk via e-mail, gtalk, fb, or something? – richardaum Apr 25 '13 at 03:10
  • I've set up a [Stack Overflow chat for this question](http://chat.stackoverflow.com/rooms/28911/online-gedit-syntax-highlighting-generator). I've already added you on it too. We should be able to discuss there. :) – Miguel Apr 25 '13 at 16:37
  • I just can't enter it. Please, contact me by mail: richard.lopes92@live.com – richardaum May 10 '13 at 15:06

2 Answers2

1

or

Veilleuse
  • 324
  • 2
  • 9
0

No online generator I know of, but you can find a similar language that has a spec already and start from there. There is a pretty good pool to choose from under

/usr/share/gtksourceview-3.0/language-specs/

aeischeid
  • 576
  • 3
  • 12