fix(symbols): Make sure module stays local
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
M = {}
|
local M = {}
|
||||||
|
|
||||||
M.File = {icon = "", hl = "TSURI"}
|
M.File = {icon = "", hl = "TSURI"}
|
||||||
M.Module = {icon = "", hl = "TSNamespace"}
|
M.Module = {icon = "", hl = "TSNamespace"}
|
||||||
|
|||||||
Reference in New Issue
Block a user