From a8ac3e5b254c9d42f797e1dbbdfbd6c0de5e99fa Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 18 Mar 2018 20:35:16 +0100 Subject: [PATCH] Register more extensions for assembly files --- src/configure.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/configure.c b/src/configure.c index 66fe1a9..73a75b1 100644 --- a/src/configure.c +++ b/src/configure.c @@ -133,7 +133,9 @@ const struct ExtensionType _sExtensionType[] = { "cxx", OT_CXX_SOURCE }, { "c++", OT_CXX_SOURCE }, { "asm", OT_ASM_SOURCE }, + { "s", OT_ASM_SOURCE }, { "S", OT_ASM_SOURCE }, + { "sx", OT_ASM_SOURCE }, { "m", OT_OBJC_SOURCE }, { "mm", OT_OBJCXX_SOURCE }, { "v", OT_VERILOG_SOURCE },