Comment on Ray Tracing for the TI-84 CEparentComments−pjmlp4yYou can override it. I had to provide such an override so that my C++ module files would be reckognised as C++.A .gitattributes file must be present with something like, *.ixx linguist-language=C++ More info here, https://github.com/github/linguist/blob/master/docs/override...
Comments
You can override it. I had to provide such an override so that my C++ module files would be reckognised as C++.
A .gitattributes file must be present with something like,
More info here, https://github.com/github/linguist/blob/master/docs/override...