Closed jerstlouis closed 9 years ago
Thanks for reporting this @jerstlouis. We'll need the grammar to be licensed before we can consider including it in Linguist. I've opened an issue here: https://github.com/ecere/ec.tmbundle/issues/1
@arfon I'm making a second round for grammars (a lot of people responded to my issues for licenses quicker than I expected), I'll include this one.
:+1: awesome. Thanks @pchaigno
Never mind, there's still an issue:
convert-grammars doesn't recognize the .tmGrammar
extension. I've never seen it before so I don't know if we should add it to convert-grammar or not?
/cc @aroben
Does .tmGrammar
work in TextMate? If so, let's change convert-grammars
. If not, let's change ec.tmbundle
to use a standard extension.
I was told by Allan Odgaard that .plist was the old extension and now they use .tmGrammar
[10:31]
On Mon, Feb 2, 2015 at 2:25 PM, Adam Roben notifications@github.com wrote:
Does .tmGrammar work in TextMate? If so, let's change convert-grammars. If not, let's change ec.tmbundle to use a standard extension.
— Reply to this email directly or view it on GitHub https://github.com/github/linguist/issues/2068#issuecomment-72520123.
Does .tmGrammar work in TextMate? If so, let's change convert-grammars. If not, let's change ec.tmbundle to use a standard extension.
:+1: I don't have TextMate though
Weird, most bundles I've seen use .tmLanguage
. I've never seen .tmGrammar
, and there doesn't seem to be any code on GitHub using that extension either: https://github.com/search?utf8=✓&q=plist+extension%3AtmGrammar&ref=simplesearch
Maybe he had a long day and meant .tmLanguage then? I don't mind either way :)
On Mon, Feb 2, 2015 at 4:28 PM, Adam Roben notifications@github.com wrote:
Weird, most bundles I've seen use .tmLanguage. I've never seen .tmGrammar, and there doesn't seem to be any code on GitHub using that extension either: https://github.com/search?utf8=✓&q=plist+extension%3AtmGrammar&ref=simplesearch https://github.com/search?utf8=%E2%9C%93&q=plist+extension%3AtmGrammar&ref=simplesearch
— Reply to this email directly or view it on GitHub https://github.com/github/linguist/issues/2068#issuecomment-72541505.
Got the confirmation it should be .tmLanguage and fixed and pushed to
https://github.com/ecere/ec.tmbundle
On Mon, Feb 2, 2015 at 5:46 PM, Jerome St-Louis jerstlouis@gmail.com wrote:
Maybe he had a long day and meant .tmLanguage then? I don't mind either way :)
On Mon, Feb 2, 2015 at 4:28 PM, Adam Roben notifications@github.com wrote:
Weird, most bundles I've seen use .tmLanguage. I've never seen .tmGrammar, and there doesn't seem to be any code on GitHub using that extension either: https://github.com/search?utf8=✓&q=plist+extension%3AtmGrammar&ref=simplesearch https://github.com/search?utf8=%E2%9C%93&q=plist+extension%3AtmGrammar&ref=simplesearch
— Reply to this email directly or view it on GitHub https://github.com/github/linguist/issues/2068#issuecomment-72541505.
I added it to #2071.
:+1: - this should now be fixed in the latest release.
We've lost eC highlighting.
You can find an eC grammar for TextMate in this repository:
http://github.com/ecere/ec.tmbundle
Thank you.
Jerome