Skip to content

Commit 10aa527

Browse files
authored
Add support for objective C/C++ files
Fixes nickdiego/compdb#31
1 parent 62b4c0f commit 10aa527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compdb/filelist.py

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def __init__(self):
1717
'.C++',
1818
'.cxx',
1919
'.cpp',
20+
'.m',
21+
'.mm',
2022
]
2123
self.header_exts = [
2224
'.h',

0 commit comments

Comments
 (0)