Syntax highlighting and file-extensions
Created by: antst
Hi,
for most of the source files in my repositories I have no issue with syntax highlighting, it works great.
But I have one code, which is C++ and, by external requirements, files have extensions *.H and *.C .
Syntax is not highlighted for those files, and I can not find a way to enable it or to tell gitlab that those are C++ files.
What should I do?
I understand that "pygments" is responsible highlighting, but I can not find what I have to change in my installed and configured system to have it working for *.C and *.H files.
Any suggestions?
Thanks!