Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import Visual Studio syntax highlighting in Notepad++

Is there any way to import Visual Studio syntax highlighting in Notepad++? I need it for HTML,PHP,JavaScript syntax highlighting

like image 672
SMUsamaShah Avatar asked Apr 18 '11 13:04

SMUsamaShah


People also ask

Does Notepad have syntax highlighting?

Like other text editors, Notepad++ (which is recommended by the basic tutorial) uses a system called Syntax Highlighting which helps in coding by visually identifying different parts of code with color.

How do I enable syntax highlighting in Visual Studio code?

To solve this you can Cmd + Shift + P → "install Extensions" and look for the language you want to add, say "Scala". Find the suitable Syntax package, install it and reload. This will pick up the correct syntax for your files with the predefined extension, i.e. . scala in this case.


1 Answers

  • Close Notepad++
  • Download Notepad++ Visual Studio Theme
  • Extract the files to C:\Program Files\Notepad++\themes then start Notepad++ (create themes folder if it does not exist)
  • In the menu bar, open Settings→Style Configurator...
  • Click the Select theme dropdown and select the Visual Studio theme.
  • Click Save & Close button.

Information about theme can be found on archived page.

like image 149
izogfif Avatar answered Sep 20 '22 22:09

izogfif