mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +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
|
||||
"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 keywordMapper = this.createKeywordMapper({
|
||||
|
Loading…
Reference in New Issue
Block a user