Hello,
I have a number of makefiles in my project, so none of them are named "Makefile". I use the .mak extension for my makefiles, since that is what one of my other editors recognizes. I have tried to configure Eclipse to show the correct highlighting but it is not working.
This is what I have done,
Menu > Preferences > General > Editors > File_Associations
- added .mak with Makefile Editor as the associated editor
Menu > Preferences > General > Content Types
in the "content types:" window
- expand >Text
- select Makefile
in the "file associations:" windos
- click "Add"
- add .mak
click "Apply and Close"
I have restarted Eclipse but my makefile still does not have any highlighting. Did I miss something?
LMHmedchem
[Updated on: Sat, 25 January 2020 16:57] by Moderator