[tools] Add another extension for c++ files.
This commit is contained in:
parent
6f266b26ac
commit
cf128bc0c3
2 changed files with 3 additions and 2 deletions
3
tools.py
3
tools.py
|
|
@ -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]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue