jart/disaster

Supported file extensions

0Tech opened this issue · 1 comments

0Tech commented

It checks the file's extension in disaster, but the range of supported extensions is narrow.
According to the regular expression in the code, it contains .c .cpp .cc,
but also contains false-positives like .cp .ccp. I checked these cases with the latest source.
Also it would be great to include extensions .cxx .c++ because cc-mode supports these.

Should be fixed with 4732eec