github-linguist / linguist

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

Add Support for PL/SQL #2645

Closed jaredpetersen closed 9 years ago

jaredpetersen commented 9 years ago

It would be nice if PL/SQL was supported, though I'm not sure if it is used enough to warrant it. Thoughts?

arfon commented 9 years ago

Pretty sure we already do: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L2452-L2463

jaredpetersen commented 9 years ago

Huh, interesting. I've always save my PL/SQL code as a .pck, which is a valid file extension, but it's not listed there.

arfon commented 9 years ago

Looks like there are a fair few of these files on GitHub. Feel free to open a new Pull Request adding this extension (take a look at our contributing guidelines together with a sample or I'll likely get to this in the coming weeks.

jaredpetersen commented 9 years ago

Okay, that sounds good! I'll try to look into that further tonight. Thanks for your help!

jaredpetersen commented 9 years ago

@arfon Would you mind taking a look at my pull request? :grinning:

arfon commented 9 years ago

@arfon Would you mind taking a look at my pull request?

:+1: Done