diff --git a/common/content/dactyl.js b/common/content/dactyl.js index a771d2b9..380eefe5 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1412,7 +1412,10 @@ const Dactyl = Module("dactyl", { catch (e) { dactyl.echoerr(e); } - }, { literal: 0 }); + }, { + completer: function (context) completion.javascript(context), + literal: 0 + }); ///////////////////////////////////////////////////////////////////////////