You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting below error when executing TSInstall rescript
nvim-treesitter[rescript]: Error during compilation
src/scanner.c:140:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
const in_string = state->in_quotes || state->in_backticks;
~~~~~ ^
int
1 error generated.
Getting below error when executing
TSInstall rescript