Ticket #2892: mc.ext: expand support of file extentions for source files
* Added support of .asm file extention * Added support of .hh file extention * All file extentions for source files now case insentetive. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
родитель
71ca307910
Коммит
b3931a032e
@ -278,24 +278,20 @@ type/^ASCII\ mail\ text
|
||||
|
||||
### Sources ###
|
||||
|
||||
# C
|
||||
shell/.c
|
||||
# C/C++
|
||||
regex/i/\.(c|cc|cpp)$
|
||||
Include=editor
|
||||
|
||||
# C/C++ header
|
||||
regex/i/\.(h|hh|hpp)$
|
||||
Include=editor
|
||||
|
||||
# Fortran
|
||||
shell/.f
|
||||
shell/i/.f
|
||||
Include=editor
|
||||
|
||||
# Header
|
||||
regex/\.(h|hpp)$
|
||||
Include=editor
|
||||
|
||||
# Asm
|
||||
shell/.s
|
||||
Include=editor
|
||||
|
||||
# C++
|
||||
regex/\.(C|cc|cpp)$
|
||||
# Assembler
|
||||
regex/i/\.(s|asm)$
|
||||
Include=editor
|
||||
|
||||
include/editor
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user