-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect programming language reported for a config.h.in file #605
Comments
This is now reported as "ASCII text" which is quite acceptable given that this is a generated file. |
Hey!! @pombredanne I want to help you with this issue. May I know what I should do about that? Give me a chance that I could understand the system and the issue. |
@D-lang14 sorry for the late reply.
|
Hello @pombredanne |
@pombredanne A slight change in typecode can give the correct results by changing |
From https://raw.githubusercontent.com/vysheng/tg/master/config.h.in
if I upgrade pygments to 2.2.0 the programming language is "Rexx"
We need to supplement this with a file name and extension registry: after all config.h.in is kinda well known autotools pattern
This is also closely related to #426
Reported by tglx
The text was updated successfully, but these errors were encountered: