1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-11 06:10:53 +01:00
Commit graph

2 commits

Author SHA1 Message Date
Ben Mactavsin
e78897229a
Fix website demo's string highlighting behaviour ()
Fixes :
* String literals that include `\z` escape sequence followed by newline
characters are now correctly highlighted.
* Unescaped backslash (`\`) character at the end of the line no longer
acts like the `\z` escape sequence inside string literals when
highlighting.
2023-06-06 11:22:31 -07:00
Pelanyo Kamara
019eeeb853
Add CodeMirror Editor for Web Demo ()
Also remove timestamps from output
2021-12-15 09:23:26 -08:00