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
The current language file uses this for matching escape sequences:
<string>\\.</string>
If you turn off the PICO-8 theme, you will see that decimal and hex escape sequences aren't fully colorized. This fixes it (adapted from the latest Lua highlighter):
The current language file uses this for matching escape sequences:
If you turn off the PICO-8 theme, you will see that decimal and hex escape sequences aren't fully colorized. This fixes it (adapted from the latest Lua highlighter):
Replace both occurrences in
PICO-8.tmLanguage
.The text was updated successfully, but these errors were encountered: