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
I noticed that string literal coloring is applied to double square bracketed strings but not single or double quoted strings. In the attached screenshot's color scheme, strings are green but the first two seem to ignore the quotes and use identifiers.
I see the single and double quotes mentioned around here, but they do not seem to take effect.
I had the same problem, fixed it in my pull request ( #6 ). If you don't want to wait for the update you can simply perform the changes I made in the commit locally.
I noticed that string literal coloring is applied to double square bracketed strings but not single or double quoted strings. In the attached screenshot's color scheme, strings are green but the first two seem to ignore the quotes and use identifiers.
I see the single and double quotes mentioned around here, but they do not seem to take effect.
pico8vscodeeditor/syntaxes/lua.tmLanguage.json
Line 74 in efdb19d
The text was updated successfully, but these errors were encountered: