-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
Hello Compiledb developers!
Could we change
file_regex = re.compile(r"^.+\.c$|^.+\.cc$|^.+\.cpp$|^.+\.cxx$|^.+\.s$", re.IGNORECASE)
into
file_regex = re.compile(r"^.+\.c$|^.+\.cc$|^.+\.cpp$|^.+\.cxx$|^.+\.c\+\+$|^.+\.s$", re.IGNORECASE)
please please pleeeease?
I know .c++ is not a widely used file extension, but if you ever see it in the wild, you would expect the file to contain c++ source code and nothing else, right?
Metadata
Metadata
Assignees
Labels
No labels