mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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 -->
|
||||
<content-type id="asmSource" name="%asmSourceName"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
file-extensions="s,asm"
|
||||
file-extensions="S,s,asm,ASM"
|
||||
priority="high"/>
|
||||
<content-type
|
||||
id="binaryFile"
|
||||
|
|
Loading…
Add table
Reference in a new issue