Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom syntax highlighting in JetBrains IDE's

Tags:

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.

like image 622
soupault Avatar asked Jul 19 '14 12:07

soupault


People also ask

How do I change the highlighting syntax?

You can specify the default syntax highlighting type for new files in Settings » Editor Display » Syntax Highlighting.

How do I change the syntax color in IntelliJ?

Select a color schemePress Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. Use the Scheme list to select a color scheme.

How do I highlight a line in IntelliJ?

Simply hit ctrl+c.

How can I make IntelliJ look better?

To change it, open the Settings / Preferences dialog and select Appearance & Behavior | Appearance. There, you can use the Theme selector to choose a UI theme. The built-in themes include Darcula, IntelliJ Light, Windows or macOS Light, and the special High Contrast theme for visually impaired users.


1 Answers

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.

like image 164
Topka Avatar answered Sep 21 '22 12:09

Topka