Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Description
Code highlights incorrectly disabled for c plus plus source code file with extension name '.c++' by default. Here's a screenshot that showed this:
As you can see above, these two files with exactly same code, but highlights works on '.cpp' file, not work on '.c++' file.
It seems that CodeEdit won't recognize the '.c++' file as a c plus plus source code automatically.
Workaround: Set the type of '.c++' file to 'Cpp' on inspector for every '.c++' file manually.
To Reproduce
- Open a c plus plus file with extension name '.c++'.
- Done.
Expected Behavior
Highlight the codes for '.c++' files, just like what CodeEdit do to '.cpp' file.
Version Information
CodeEdit: 0.0.3-alpha (36)
macOS: 14.0 Beta (23A5312d), macOS Sonoma Developer Beta
Xcode: 15.0 beta 6 (15A5219j)
Additional Context
Tested on another software: Xcode, Clion & Sublime Text correctly highlights the code of '.c++' file.
Screenshots
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status