Tokenizer tables too big to represent with 16-bit offsets.

Trying to write Dart grammar for the Lezer parser system.

And I got this error after adding multi line strings: Tokenizer tables too big to represent with 16-bit offsets.

Commit, original Dart syntax file.

Does using a @local tokens group for the tokens that start inside the string help?

I don’t know how to use it, can you write simple example with this tokens?