github-linguist / linguist

Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
MIT License
12.36k stars 4.27k forks source link

Add support for C strftime and strptime format specifiers. #2596

Closed serge-v closed 9 years ago

serge-v commented 9 years ago

C language strftime format specifiers are not highlighting properly. Example: https://github.com/serge-v/ctests/blob/master/weather/parse-dwml.c#L464

pchaigno commented 9 years ago

@serge-v Linguist only selects the appropriate grammar for highlighting. In the case of C, it uses this TextMate bundle. You should open an issue there.

arfon commented 9 years ago

You should open an issue there.

:+1: