fix(symbols): Make sure module stays local

This commit is contained in:
simrat39
2021-04-23 17:24:28 -07:00
parent f682723572
commit 16f380fca3

View File

@@ -1,4 +1,4 @@
M = {}
local M = {}
M.File = {icon = "", hl = "TSURI"}
M.Module = {icon = "", hl = "TSNamespace"}