[jasscompiler]
//this is to specify what compiler to use, normally pjass.exe,
// though you may also want to use JassParserCLI.exe ...
//"JassParserCLI.exe"
"pjass.exe"
// The next line specifies the jass syntax checker's arguments:
//"--pjass $COMMONJ $BLIZZARDJ $WAR3MAPJ"
"$COMMONJ +rb $BLIZZARDJ -rb $WAR3MAPJ"
// i.e. You can change it to "$COMMONJ +rb $BLIZZARDJ -rb $WAR3MAPJ"
// in case of a recent PJass version ...