Skip to content

Commit 10aa527

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compdb/filelist.py

Lines changed: 2 additions & 0 deletions
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)