• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

vJASS Highlight for Notepad++

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
  • Like
Reactions: deepstrasz
This is the vJASS Highlighter XML for Notepad++
You can download Notepad++ from here : http://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072

How to implement?
1) Download JASS.xml from here
2) Open Notepad++
3) Go to View then click User-Defined Dialogue
4) A new window will open,click it then click Import.
5) Import JASS.xml
6) To use it, go to Language then click JASS.Enjoy :D

Pros:
1) Indention included
2) Folding blocks(for functions,libraries,etc)
3) Highlights function names,common constants,types, strings,values, symbols.
4) Has comments blocks of vJASS

Cons:
1) Highlighting functions,but it uses keywords(due to that i can't list them all because i have no time CnPing it) so it can also highlight other names,library names,structs,etc.
2) Grimext can't be highlighted
3) BJs have the same color with natives
4) "*" symbol is not highlighted due to that it ruins the /**/ blocks
5) creates block folders everywhere that has "function,library,struct,method, module,globals,interface,library_once,if,loop" words in them(E.G. TriggerAddCondition which takes code,hence,it uses the word function,the result it creates a folding block)
6) Indention is buggy(Notepad++ did it). Why buggy? Indention are not made of spaces,hence if you do this " Hello Hi" it will become this "HelloHi". Be careful CnPing.

Credits:
The maker of Notepad++
Moyackx for the older Syntax Highlighter : http://www.wc3c.net/showthread.php?t=94292
Contents

vJASS Highlight for Notepad++ (Binary)

Reviews
14:19, 20th Apr 2013 Magtheridon96: Work to get BJs red and this'll be approved.

Moderator

M

Moderator

14:19, 20th Apr 2013
Magtheridon96: Work to get BJs red and this'll be approved.
 
Top