mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
syntax highlight some sleeve api
This commit is contained in:
parent
060e0f7bfc
commit
9f715020df
@ -125,7 +125,12 @@ let NetscriptFunctions =
|
|||||||
|
|
||||||
// Coding Contract API
|
// Coding Contract API
|
||||||
"codingcontract|attempt|getContractType|getData|getDescription|" +
|
"codingcontract|attempt|getContractType|getData|getDescription|" +
|
||||||
"getNumTriesRemaining";
|
"getNumTriesRemaining|" +
|
||||||
|
|
||||||
|
// Sleeve API
|
||||||
|
"sleeve|getNumSleeves|shockRecovery|getShock|synchronize|" +
|
||||||
|
"getSync|commitCrime|takeUniversityCourse|travel|" +
|
||||||
|
"workForCompany|workForFaction|workoutAtGym";
|
||||||
|
|
||||||
var NetscriptHighlightRules = function(options) {
|
var NetscriptHighlightRules = function(options) {
|
||||||
var keywordMapper = this.createKeywordMapper({
|
var keywordMapper = this.createKeywordMapper({
|
||||||
|
Loading…
Reference in New Issue
Block a user