Moritz Kröger

Results 42 comments of Moritz Kröger

I've started [awesome-succulents](https://github.com/morkro/awesome-succulents) a few days ago. It covers identification, cultivation, and more information on growing succulent plants 🌵 It still needs a little bit more content, but so far...

Hey! Glad you like it :) Not entirely sure I understand, but you can also just insert emoji with your platform-specific keyboard (`ctrl`+`cmd`+`space` on Mac, Windows there is one as...

Nice catch! I don't have Linux, but will try to reproduce and fix the issue 😬

Just a short update: I did not have found the time to work on that issue yet, but it is still on my radar!

That would be really awesome! If you need any help on this, just ping me. ✌🏼 Unfortunately, I had not the time yet to properly setup a VM for debugging....

Hey @saito96! Looks like you're using Linux which has generally poor emoji support per default. What you're seeing is just the unicode representation of the emoji, taken as an alternative...

Hey! Thanks for the suggestion 👌🏻 I briefly checked the [`language-powershell`](https://github.com/jugglingnutcase/language-powershell) package, and it doesn't really come with meaningful syntax descriptors. That means I can't add emoji to specific keywords,...

Sorry for getting back so late, didn't have much time this week. _**Edit**: I checked some more code examples, and found that `Function` does have a specific specifier. I could...

Sure, sounds good @robertsimoes! :) To support a new language, you would have to add a new language file to [`lib/languages/`](https://github.com/morkro/atom-emoji-syntax/tree/master/lib/languages) and a _test file_ to [`language-tests/`](https://github.com/morkro/atom-emoji-syntax/tree/master/language-tests). After that, you...

Did you `npm install` all dependencies after linking?