nvim-tree/nvim-web-devicons

Icons for C++20 module files doent work

neg-c opened this issue · 1 comments

C++20 introduced modules and different compilers have different file extensions:
MSVC: .ixx
Clang: .cppm .cxxm .ccm
GCC: .mpp

It would be nice to at least recognize files with these extensions as C++ files and add appropriate icons

This repository relies on contributions from users. PR adding those extensions will be welcomed.