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:
parent
9bf3b2ef78
commit
76418574f4
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue