Removed temp variables from Brace netscript mode definer (netscript.js). Fixed changelog update for v0.37.1

This commit is contained in:
danielyxie 2018-05-22 19:20:41 -05:00
parent 565f0dd517
commit baf8fc784e
5 changed files with 6 additions and 6 deletions

@ -3,8 +3,8 @@
Changelog
=========
v0.37.1
-------
v0.37.1 - 5/22/2018
-------------------
* You now earn money from successfully completing Bladeburner contracts. The amount you earn is based
on the difficulty of the contract.
* Completing Field Analysis in Bladeburner now grants 0.1 rank

@ -103,7 +103,7 @@ var NetscriptHighlightRules = function(options) {
"JSON|Math|" + // Other
"this|arguments|prototype|window|document" , // Pseudo
"keyword":
"const|yield|import|get|set|async|await|foop|" +
"const|yield|import|get|set|async|await|" +
"break|case|catch|continue|default|delete|do|else|finally|for|function|" +
"if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|" +
"__parent__|__count__|escape|unescape|with|__proto__|" +