When using geany with freebasic I find that it does not recognize that 'boolean' is a key word. Other variable types appear in blue, but 'boolean' appears as normal type.
According to the Freebasic [wiki](https://www.freebasic.net/wiki/KeyPgBoolean) boolean is new to freebasic, so somebody needs to make the lexer recognise it.
@Plutonium5793 See #2593. You can easily test the changes yourself: open Tools->Configuration Files->Filetype Configuration->Programming Languages->FreeBasic. A new file open will open and there edit the `[keywords]` section as in the mentioned PR.
Closed #2583 via #2593.
github-comments@lists.geany.org