cdibbs / language-jison

Jison syntax definition for the Atom editor and Github linguist.
MIT License
6 stars 2 forks source link

Adding Jison to GitHub Linguist #5

Closed nwhetsell closed 7 years ago

nwhetsell commented 7 years ago

What are your thoughts on adding language-jison to GitHub Linguist so that GitHub highlights Jison files? I’ve prepared a fork of Linguist that includes Jison, and I’d be happy to open this pull request over at Linguist:

This pull request adds grammars and supporting files for Jison. A search for files with a jison extension shows 2,000+ code results, and a search for files with a jisonlex extension shows 1,000+ code results. The samples are from https://github.com/zaach/jison, which is MIT-licensed, and https://github.com/GerHobbelt/jison, which is also MIT-licensed.

cdibbs commented 7 years ago

Yeah, please feel free! That seems justifiable given jison's usage in higher-profile projects like CoffeeScript.

nwhetsell commented 7 years ago

Done.