Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: omnishambles on July 30, 2020, 07:40:26 pm

Title: Lexer for C only?
Post by: omnishambles on July 30, 2020, 07:40:26 pm
Hi,

When I saw some variables in C code like 'class' get highlighted I realised the lexer is C/C++. Before I start deleting C++ keywords, has anyone already created a lexer specifically for C that they'd be willing share, or think it's a useful idea to implement? Failing that, am I right in thinking it would be as simple as deleting words specific to C++? (I know creating a new C lexer would be best but I'm really short on time and don't need C++). Thanks.