writer
writer copied to clipboard
Add support for additional extensions
Mintlify seems to detect the language from the file extension.
But some languages are not restricted to a single extension.
For example:
cppis correctly detected for the.cppfile extension...- ... but other acceptable file extensions for c++ are not recognized:
- Source files:
.c++,.ccand.cxx. - Header files:
.h++,.hh,.hxxand.hpp - https://stackoverflow.com/questions/5171502/c-vs-cc-vs-cpp-vs-hpp-vs-h-vs-cxx mentions additional, less common extensions (
.ii,.ixx,.ipp,.inlfor inline definitions,.txx,.tppand.tplfor templates...)
- Source files:
It would be great if those extensions were supported. (Or if additional custom extension/language associations could be added in the settings).