1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +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-Name: %pluginName
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-Vendor: %providerName
Bundle-Localization: plugin

View file

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