Register more extensions for assembly files
This commit is contained in:
parent
88ceb54518
commit
a8ac3e5b25
@ -133,7 +133,9 @@ const struct ExtensionType _sExtensionType[] =
|
|||||||
{ "cxx", OT_CXX_SOURCE },
|
{ "cxx", OT_CXX_SOURCE },
|
||||||
{ "c++", OT_CXX_SOURCE },
|
{ "c++", OT_CXX_SOURCE },
|
||||||
{ "asm", OT_ASM_SOURCE },
|
{ "asm", OT_ASM_SOURCE },
|
||||||
|
{ "s", OT_ASM_SOURCE },
|
||||||
{ "S", OT_ASM_SOURCE },
|
{ "S", OT_ASM_SOURCE },
|
||||||
|
{ "sx", OT_ASM_SOURCE },
|
||||||
{ "m", OT_OBJC_SOURCE },
|
{ "m", OT_OBJC_SOURCE },
|
||||||
{ "mm", OT_OBJCXX_SOURCE },
|
{ "mm", OT_OBJCXX_SOURCE },
|
||||||
{ "v", OT_VERILOG_SOURCE },
|
{ "v", OT_VERILOG_SOURCE },
|
||||||
|
Loading…
Reference in New Issue
Block a user