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

This commit is contained in:
Andrew Hamilton 2016-12-01 13:08:43 +01:00
parent 6489a11d4c
commit 6f266b26ac
2 changed files with 2 additions and 2 deletions

View file

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