Author Topic: Lexer for C only?  (Read 2382 times)

Offline omnishambles

  • Multiple posting newcomer
  • *
  • Posts: 12
Lexer for C only?
« 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.