The attached patch adds support for highlighting hex, octal and binary numbers in FreeBASIC which uses the prefixes &h, &o and &b respectively.
Logical expressions should use the logical or '||', not the bitwise or '|'.
And that's what I get for patching before breakfast, fixed patch attached.
Committed as [844e19].
Commit: [844e19]
Log in to post a comment.
Logical expressions should use the logical or '||', not the bitwise or '|'.
And that's what I get for patching before breakfast, fixed patch attached.
Committed as [844e19].
Related
Commit: [844e19]