From f54451bab4b904c72e99090f19afde4e898b4782 Mon Sep 17 00:00:00 2001 From: arcanist Date: Sun, 29 May 2022 14:15:47 -0400 Subject: [PATCH] fix: correct addon path --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 1398a6d..a2e282d 100644 --- a/module.json +++ b/module.json @@ -29,7 +29,7 @@ "addon/mode/simple.js", "addon/mode/multiplex.js", - "addon/mode/matchbrackets.js", + "addon/edit/matchbrackets.js", "addon/mode/overlay.js", "addon/hint/show-hint.js", "addon/hint/css-hint.js",