Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 890 Bytes

Instructions.md

File metadata and controls

36 lines (21 loc) · 890 Bytes

Installation

  1. Open Notepad++'s folder, and then locate "functionList" folder.

  2. Copy zss.xml to that folder.

  3. Now, in that same folder, locate a file named "overrideMap.xml", then open it.

  4. Now find the line: "<!-- ==================== User Defined Languages ============================ -->"

  5. Add the following line:

<association id= "zss.xml" userDefinedLangName="ZSS"/>

xml

  1. Restart Notepad++.

Show Function List

  1. "View>Function List" or Press the "f" button on the toolbar.

fun

  1. You can test if it worked fine, with the file included: "(example).zss".

It should look like this:

example

Usage

  • #-> to declare a function

  • #<< to open a class

  • #>> to close a class