Skip to content

Update Monokai theme

Waqar Ahmed requested to merge waqar/syntax-highlighting:monokaiv3 into master

Revision 3.
This revision updates the monokai theme for these languages so that the look matches what we see in other editors:

  • C++
  • CMake
  • Go
  • Javscript / JSX
  • JSON
  • Make
  • Markdown
  • Python
  • Rust
  • Typscript / TSX

Highlighting for operators has been reverted to normal because it results in highlighting all the symbols sometimes such as ';' and even brackets!

Merge request reports