mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
DIRECTOR: Lingo: Implemented \xC2 continuation symbol support
This commit is contained in:
parent
ed1d606e9f
commit
d4a718bf84
File diff suppressed because it is too large
Load Diff
@ -84,6 +84,7 @@ whitespace [\t ]
|
||||
|
||||
%%
|
||||
|
||||
\xC2[\r\n] { g_lingo->_linenumber++; g_lingo->_colnumber = 0; }
|
||||
--[^\r\n]*
|
||||
^{whitespace}+ { count(); }
|
||||
[\t]+ { count(); return ' '; }
|
||||
|
Loading…
Reference in New Issue
Block a user