mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-28 10:43:31 +02:00
Added GNUMakefile and extension *.mk for the MakefileEditor
This commit is contained in:
parent
9bf3b2ef78
commit
76418574f4
1 changed files with 2 additions and 1 deletions
|
@ -432,7 +432,8 @@
|
||||||
<editor
|
<editor
|
||||||
name="%MakefileEditor.name"
|
name="%MakefileEditor.name"
|
||||||
icon="icons/ctool16/makefile.gif"
|
icon="icons/ctool16/makefile.gif"
|
||||||
filenames="Makefile,makefile"
|
extensions="mk"
|
||||||
|
filenames="Makefile,makefile,GNUMakefile"
|
||||||
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"
|
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"
|
||||||
class="org.eclipse.cdt.make.internal.ui.editor.MakefileEditor"
|
class="org.eclipse.cdt.make.internal.ui.editor.MakefileEditor"
|
||||||
id="org.eclipse.cdt.make.editor">
|
id="org.eclipse.cdt.make.editor">
|
||||||
|
|
Loading…
Add table
Reference in a new issue