fenetikm / falcon

A colour scheme for terminals, Vim and friends.
MIT License
719 stars 26 forks source link

Adding improved Elm syntax support #24

Closed hovsater closed 5 years ago

hovsater commented 5 years ago

First of all, thank you for your hard work with Falcon. I really do enjoy this very much! 🙂

Would it be possible adding improved support for Elm? You can find the syntax file for it here, https://github.com/ElmCast/elm-vim/blob/master/syntax/elm.vim.

fenetikm commented 5 years ago

Just having a look at https://github.com/evancz/elm-todomvc/blob/master/src/Main.elm

...and by default it doesn't look too bad. Do you have any example elm files to work from? Or is the above fine?

fenetikm commented 5 years ago

Ok, I have added in some tweaks to the elm colours. The syntax that you mentioned doesn't have a whole lot to work with but I think it looks a little better now.

hovsater commented 5 years ago

@fenetikm awesome, I'll try it out. Appreciate the work. 🙂