I just started using GTK to develop my GUI applications. I'm using GEdit as my text-editor, so how can I get the following to be included in the syntax highlighting:
GtkWidget *window;
GtkWidget *button
GtkWidget *box1;
gtk_init(&argc, &argv);
as if it were like this:
int x = 3;