Add Cooklang#7497
Conversation
lildude
left a comment
There was a problem hiding this comment.
It looks like you haven't followed the instructions in CONTRIBUTING.md as had you done so you'd have found your grammar is not compatible as the script/add-grammar command would have failed to find a grammar in the repo.
Why? Because grammar is not TextMate compatible. Sublime 3 grammars are not TextMate compatible. We only support TextMate compatible grammars.
|
Hey @lildude , I'm a bit struggling with UI and wondering if you can help me with understanding are there any changes required from my side or it's all good now? |
|
Some inaccessible submodules cause it to fail: |
|
Whooops. @MahmoudFayed it looks like you've removed a repo you added to Linguist back in #3662 Can you please restore it. You should find you can restore it by going to https://github.com/settings/deleted_repositories |
|
@lildude I restored a copy for now by creating a fork in my account, but could you please use this link: https://github.com/ringpackages/atom-language-ring in the future. |
Thanks @MahmoudFayed Can you please submit a PR to change the location. Details are in the CONTRIBUTING.md file. |
|
@lildude Thank you very much, I will submit a pull request. |
|
@MahmoudFayed You can use $ ./script/add-grammar --replace atom-language-ring https://github.com/ringpackages/atom-language-ringReplacing a grammar submodule by hand is cumberstome, finicky, and involves several annoying steps. Hence why |
|
@Alhadis Thank you very much, I will use the script. |
|
@MahmoudFayed I'm wondering if you managed to replace? |
@dubadub I decided to keep the current package rather than switch to a different one. I updated its description to note that it's used by github.com/github-linguist, so I can easily remember this. |
|
you cooked with this one!!! |
|
@lildude I fixed tests, could you please approve running them when you get a chance? |
|
Whoops @hernad, we're still using the https://github.com/hernad/atom-language-harbour grammar. Can you please restore it (feel free to archive it) or submit a PR to change to another grammar source. |
|
Sorry, I really haven't clue that someone depends on this repository. I have looked at restore option, but there is information: "These repositories were deleted, but can't be restored by you. Contact support if you want to restore them." so I submitted support ticket https://support.github.com/ticket/personal/0/3665991 |
|
@lildude @hernad You could fork this repository: https://github.com/ausuwardi/atom-language-harbour in your account. |
|
I have done this. |
|
Thanks @hernad |
* feat: add Cooklang * feat: enable wrap * fix: add via ./script/add-grammar * fix: cleanup sublime * fix: remove menu * refactor: use source.cooklang instead of source.cook * fix: tests * Update license ref for Cooklang

Description
Adds support for Cooklang, markup language for recipes. https://cooklang.org
Checklist:
#E15A29