Use core.reload_module instead of style.load

This commit is contained in:
Francesco Abbate
2020-12-13 13:04:06 +01:00
parent 1fc0409163
commit 3a38ded396
3 changed files with 4 additions and 8 deletions
-6
View File
@@ -53,10 +53,4 @@ style.syntax["string"] = { common.color "#f7c95c" }
style.syntax["operator"] = { common.color "#93DDFA" }
style.syntax["function"] = { common.color "#93DDFA" }
style.load = function(module_name)
package.loaded[module_name] = nil
require(module_name)
end
return style