This is an initial try to add crystal support to intellij.
I have no experience in writing a BNF and Lexer file, so I'm looking for support.
Read the documentation on:
http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html
- Fork it ( https://github.com/benoist/intellij-crystal/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- benoist Benoist Claassen - creator, maintainer