Syntax Highlight in Notepad++

Pixilang programming language
Post Reply
9912
Posts: 17
Joined: Sat Oct 15, 2016 8:09 pm

Syntax Highlight in Notepad++

Post by 9912 »

Hi, I've made a syntax highlight file for Notepad++, it's in a xml file.

Instructions:
  • Before proceeding, make sure to backup your User Defined Languages file (UDL for short) because importing this file would overwrite them.
  • Download the attachment and unzip it.
  • In Notepad++ go to Language, Define languages (almost bottom) and in the new window press Import and select the downloaded file.
Notes:
  • Make sure the style used is Monokai, this file is made with this style, is the nearest config to Dark Mode.
  • Constants, keywords and operators are in red, functions are in blue, strings are in yellow, numbers are in purple, variables are in white, but SunVox functions are in green and SunVox constants are in orange.
  • I repeat, make sure to backup your User Defined Languages first before importing, it would overwrite them.
Attachments
userDefineLang.zip
Pixilang 3.x syntax highlight for Notepad++
(4.24 KiB) Downloaded 152 times
Post Reply