github-linguist / linguist

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

Support for MQL4 & MQL5 syntax. #3012

Closed kenorb closed 8 years ago

kenorb commented 8 years ago

I'm requesting support for MQL4 & MQL5 programming language syntax.

These programming languages are different from C, so implementing #932 won't help.

The documentation can be found in here:

I'm mainly interested in ability to filter files by their extensions while searching files on GitHub, but currently these languages doesn't appear in facets.

So I'm expecting to see MQL4 and MQL5 at the left side bar (Languages).

pchaigno commented 8 years ago

@kenorb Please see the guidelines to add support for a new language to Linguist. If MQL4 and MQL5 meet the requirement on in-the-wild usage, don't hesitate to open a pull request.

kenorb commented 7 years ago

Sounds like fixed in #3295