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

Bug 568888 - Open *.mak files as makefiles

Recognize *.mak extension.

Change-Id: Id765af612d0d8b7f355a9696f06d9e1184db5703
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2020-11-17 14:51:48 +02:00
parent 4213379279
commit dc5b05442e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.core; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.make.core; singleton:=true
Bundle-Version: 7.5.0.qualifier Bundle-Version: 7.5.100.qualifier
Bundle-Activator: org.eclipse.cdt.make.core.MakeCorePlugin Bundle-Activator: org.eclipse.cdt.make.core.MakeCorePlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -156,7 +156,7 @@
<file-association <file-association
content-type="org.eclipse.cdt.make.core.makefile" content-type="org.eclipse.cdt.make.core.makefile"
file-names="Makefile,makefile,GNUMakefile" file-names="Makefile,makefile,GNUMakefile"
file-extensions="mk"/> file-extensions="mk,mak"/>
</extension> </extension>
<extension <extension