We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b4c0f commit 10aa527Copy full SHA for 10aa527
compdb/filelist.py
@@ -17,6 +17,8 @@ def __init__(self):
17
'.C++',
18
'.cxx',
19
'.cpp',
20
+ '.m',
21
+ '.mm',
22
]
23
self.header_exts = [
24
'.h',
0 commit comments