otac0n / Pegasus

A PEG parser generator for .NET that integrates with MSBuild and Visual Studio.

Home Page:http://otac0n.com/Pegasus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl+Left and Ctrl+Right behave strangely for .peg files when using the language service.

otac0n opened this issue · comments

We need to perform an additional tokenization step that splits on all spaces, to ensure that normal keyboard navigation works properly.

Fixed in 39f1f58.