Closed nwhetsell closed 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.
Yeah, please feel free! That seems justifiable given jison's usage in higher-profile projects like CoffeeScript.
Done.
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: