Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a ruby syntax highlighting in IntelliJ IDEA Community 12

I know that there is no "official" support from Jetbrains. How can I workaround this? I just need a syntax highlighting level of support for ruby.

Thanks in advance.

like image 484
Victor Dolirio Avatar asked Oct 21 '22 22:10

Victor Dolirio


1 Answers

Follow the instructions in this blog post: http://blog.jetbrains.com/idea/2010/09/custom-file-types-in-intellij-idea/

I've followed that process myself to setup custom syntax highlighting for both Velocity Template Language and JavaScript files, and am just about to do the same for Ruby.

like image 61
TheGraeme Avatar answered Oct 24 '22 11:10

TheGraeme