From fa498da050ad065d32159ad9c9c647319ae0bb61 Mon Sep 17 00:00:00 2001
From: Pierre Ranwez <pierre.ranwez.etu@univ-lille.fr>
Date: Thu, 24 Feb 2022 15:42:08 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20bug:=20local=20values=20in=20edi?=
 =?UTF-8?q?tor=20remove?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 main.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.js b/main.js
index 248ffdd..db46ae0 100644
--- a/main.js
+++ b/main.js
@@ -59,6 +59,7 @@ function loadEditor() {
 	editor.session.setMode("ace/mode/css");
 	editor.getSession().setUseWorker(false); // Disable syntax checking, not working in chrome extension V3
 	langTools = ace.require('ace/ext/language_tools'); // Add autocomplete
+	langTools.setCompleters([langTools.snippetCompleter, langTools.keyWordCompleter]);
 	editor.setOptions({
 		enableBasicAutocompletion: true,
 		enableSnippets: true,
-- 
GitLab