github-linguist / linguist

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

Support for Cinema 4D Python plugin source files #1133

Closed NiklasRosenstein closed 10 years ago

NiklasRosenstein commented 10 years ago

MAXON Cinema 4D plugins can be written using the Python programming language. Those files are however suffixed with *.pyp and are currently not syntax highlighted by GitHub. It would be very nice if *.pyp files could be highlighted for Python sources.

pchaigno commented 10 years ago

Could you point to some examples of these files on GitHub?

NiklasRosenstein commented 10 years ago

Sure, here's one of those files:

https://github.com/PluginCafe/py-cinema4dsdk/blob/44f90c674930166a4d798fa16897730273f52ee3/starters/commands/group-objects.pyp

arfon commented 10 years ago

Thanks for pointing this out @NiklasRosenstein. Would you mind opening a pull request adding this extension (together with a sample file) to here?