Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
147 stars 23 forks source link

some parse error #234

Closed ProjectSky closed 2 years ago

ProjectSky commented 2 years ago
static StringMap
g_hTestStrMap1,
g_hTestStrMap2,
g_hTestStrMap3,
g_hTestStrMap4;

public void OnPluginStart()
{
    g_hTestStrMap1 = new StringMap();
    g_hTestStrMap2 = new StringMap();
    g_hTestStrMap3 = new StringMap();
    g_hTestStrMap4 = new StringMap();
}

unable to parse StringMap return static undefined StringMap remove global variable it will work gif there are also some text color rendering issues