Skip to content

Commit 495f039

Browse files
authored
Merge pull request #2 from marzojr/master
Add support for objective C/C++ files
2 parents 8128b9e + 544a11e commit 495f039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)