They are different here, have you chosen a colour scheme that sets them the same?
https://github.com/geany/geany/blob/master/data/filedefs/filetypes.c
What I meant is that in this file, C types like int char etc are in the same category that if for while etc.
I am creating my own color scheme, but I am using the default filedefs.
Oh, you mean the fundamental types. Because they are built-in to the language there is no definition of them anywhere that the symbol scanner would find, so they are not considered types, so they are included in the keyword list. So they are coloured the same as keywords. You could try putting them into the secondary keyword list and colouring that the same as types.
github-comments@lists.geany.org