Top "Syntax-highlighting" questions

Syntax highlighting is a feature of some text editors that display text (especially source code) in different colors and fonts according to the category of terms.

Syntax Highlighter for Java

As you know there is a Syntax highlighter for PHP called GeSHi which supports a great number of Programming Languages …

java syntax-highlighting geshi
Eclipse: syntax highlighting disappeared for one of my files

I was trying to close unused files in Eclipse and accidentally made something wrong. Now I can't see syntax highlighting …

java eclipse syntax-highlighting
How do you get Vim to highlight C++ syntax errors like Visual Studio?

Is it possible to get gVim to highlight C++ syntax errors (the red squiggles underneath) in real-time like Visual Studio?

c++ vim syntax-error syntax-highlighting
How can I highlight code with ACE editor?

I'd like to syntax highlight more than a dozen small snippets of code and then make them editable with ACE …

javascript syntax-highlighting cloud9-ide ace-editor
VIM: simple steps to create syntax highlight file - for logfiles

I have some (log4j generated) logfiles to go through; I know their format pretty well (I mean I have …

vim syntax-highlighting
Pycharm utils.py not getting syntax highlight

I have several django projects and several different files with name utils.py, however pycharm treats them as simple .txt …

syntax-highlighting pycharm
Enabling Liquid templating syntax highlight in webStorm/phpStorm

I wonder if someone managed to enable the Liquid templating engine syntax highlighting in WebStorm IDE, I work a lot …

syntax-highlighting shopify webstorm liquid textmatebundles
Are there alternatives to Solarized (the color scheme)?

Solarized is great, but are there other low-contrast color schemes with different colors that retain "contrasting hues (based on colorwheel …

colors themes syntax-highlighting color-scheme
Django templates syntax highlighting in Eclipse

I use Eclipse and pydev for django development. This has worked more or less ok, including debugging. Syntax highlighting doesn't …

python django ide syntax-highlighting pydev
Prevent "test/expect/etc is not defined" errors when using Jest

Facebook's Jest testing framework is easy to get started with, but the documentation overlooks an annoying aspect: test statements will …

javascript syntax-highlighting jestjs undefined-symbol