RJ TextEd's support for Objective C and Objective C++

Discuss syntax highlighting or submit new syntax files.
Post Reply
bprlhe
Posts: 28
Joined: 01 Apr 2023 06:26

RJ TextEd's support for Objective C and Objective C++

Post by bprlhe »

Syntax highlighting for Objective C (.m) and Objective C++ (.mm) are not in good shape.

.m file has limited syntax highlighting, and .mm file has no syntax highlighting at all.

Both Objective C and Objective C++ share the same .h extension for header files with C/C++.

The editor can't detect if the .h file is in Objective C or Objective C++ instead of normal C/C++.
Post Reply