Search code examples
intellij-ideapycharmsyntax-highlighting

Custom syntax highlighting in JetBrains IDE's


Is there any way to add custom language syntax highlighting to JetBrains IDE's?

In my case, i want to highlight MATLAB code in PyCharm. IDE is suggesting me 'Mathematica' plugin, which doesn't work correctly.


Solution

  • You can add any syntax highlighting by importing a corresponding TextMate bundle to PyCharm or any other JetBrains IDE.

    Here's a blog post covering this topic.