I've recently updated to Ubuntu Gutsy Gibbon, which comes with gtksourceview2.0 and they a new syntax format. Anyway, I use gedit a lot, so I made a quick highlighting for haml/sass, that work quite well:
add haml/sass mime types to gnome wget http://riznlog.com/assets/2007/11/9/rails.xml sudo cp rails.xml /usr/share/mime/packages/rails.xml sudo update-mime-database /usr/share/mime and then put these syntax files in the language-specs folder of gedit wget http://riznlog.com/assets/2007/11/9/gedit_rails_syntax.zip sudo unzip gedit_rails_syntax.zip -d /usr/share/gtksourceview-2.0/ language-specs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
