I work with some Objective-C ++ code ( .mmfiles) and I am curious if emacs can use the correct syntax highlighting for Objective-C parts and C ++ parts. objc-modeand c++-mode- both main modes (built on top cc-mode), therefore they cannot be used simultaneously.
Are there any minor modes or elisp hacks that allow you to highlight Objective-C and C ++ syntax at the same time?
source
share