diff --git a/index.js b/index.js index 29aace4..82b1f9b 100644 --- a/index.js +++ b/index.js @@ -142,7 +142,9 @@ var commands = [ 'collect prefetch items', 'execute prefetch plug-in', 'end prefetch block', - 'exit' + 'exit', + 'quarantine', + 'agent interface' ]; module.exports = function(script) { diff --git a/package.json b/package.json index 846f222..19cbe39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "highlight-bigfix-actionscript", - "version": "1.0.3", + "version": "1.0.4", "description": "Make syntax highlighted BigFix ActionScript", "main": "index.js", "scripts": {