[tools] Add another extension for c++ files.

This commit is contained in:
Andrew Hamilton 2016-12-01 13:34:00 +01:00
parent 6f266b26ac
commit cf128bc0c3
2 changed files with 3 additions and 2 deletions

View file

@ -780,7 +780,8 @@ TOOLS_FOR_EXTENSIONS = \
(["java"], [uncrustify]),
(["c", "h"], [c_syntax_gcc, c_syntax_clang, splint, uncrustify]),
(["o"], [objdump_headers, objdump_disassemble, readelf]),
(["cc", "cpp"], [cpp_syntax_gcc, cpp_syntax_clang, bcpp, uncrustify]),
(["cc", "cpp", "hpp"], [cpp_syntax_gcc, cpp_syntax_clang, bcpp,
uncrustify]),
(["pdf"], [pdf2txt]),
(["html"], [html_syntax, tidy, html2text]),
(["php"], [php5_syntax]),