How do you add a \'keyword\' to the GEdit list of keywords? I basiclly want to make the printf function look like a keyword.
printf(\"Hello World\\n\");
Thanks to Jeremy's post I found this page: http://projects.gnome.org/gtksourceview/documentation.html
Here you'll find a link to both a tutorial and the official reference for the language definition files.
update: Another useful link http://wiki.gnome.org/Apps/Gedit/NewLanguage