mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 05:45:58 +02:00
RESOLVED - bug 103530: managed build: File with capital "S" extension not recognized as assembly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=103530
This commit is contained in:
parent
a85c3c74aa
commit
e18ca46be0
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@
|
||||||
<!-- declares a content type for ASM Source files -->
|
<!-- declares a content type for ASM Source files -->
|
||||||
<content-type id="asmSource" name="%asmSourceName"
|
<content-type id="asmSource" name="%asmSourceName"
|
||||||
base-type="org.eclipse.core.runtime.text"
|
base-type="org.eclipse.core.runtime.text"
|
||||||
file-extensions="s,asm"
|
file-extensions="S,s,asm,ASM"
|
||||||
priority="high"/>
|
priority="high"/>
|
||||||
<content-type
|
<content-type
|
||||||
id="binaryFile"
|
id="binaryFile"
|
||||||
|
|
Loading…
Add table
Reference in a new issue