1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-06 07:45:50 +02:00

Added GNUMakefile and extension *.mk for the MakefileEditor

This commit is contained in:
Alain Magloire 2004-08-22 22:21:35 +00:00
parent 9bf3b2ef78
commit 76418574f4

View file

@ -432,7 +432,8 @@
<editor
name="%MakefileEditor.name"
icon="icons/ctool16/makefile.gif"
filenames="Makefile,makefile"
extensions="mk"
filenames="Makefile,makefile,GNUMakefile"
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"
class="org.eclipse.cdt.make.internal.ui.editor.MakefileEditor"
id="org.eclipse.cdt.make.editor">