Add .ixx as a possible C++ extension

This extension is used for a C++ module interface file, required for it to be automatically compiled as a module in Visual Studio (as seen [here](https://docs.microsoft.com/en-us/cpp/cpp/modules-cpp?view=msvc-160#basic-example)). Therefore, files with this extension should be highlighted as C++.
This commit is contained in:
George White 2021-07-04 18:09:24 +01:00 committed by GitHub
parent 39510d4778
commit ac1bde29aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@
".ino",
".inl",
".ipp",
".ixx",
".hpp.in",
".h.in"
],