Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no good way to represent brackets #138

Open
kdillon opened this issue Mar 17, 2017 · 0 comments
Open

There is no good way to represent brackets #138

kdillon opened this issue Mar 17, 2017 · 0 comments

Comments

@kdillon
Copy link
Collaborator

kdillon commented Mar 17, 2017

In Syn, brackets are used to specify special keys like [space], [meta], [delete] (etc).

However, if the user is trying to type brackets, the contents are not parsed correctly by the regex. This results in no keydowns for [ and ].

Syn should be updated to allow for a more natural way to type brackets. Some software (like our's) use brackets extensively for specifying matrices and arrays, since MATLAB is both a programming and mathematics language. And right now it can be a little painful to use brackets with FuncUnit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant