Navigation Menu

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

Multiple keywords for key #6

Closed
torbei opened this issue Jan 8, 2017 · 1 comment
Closed

Multiple keywords for key #6

torbei opened this issue Jan 8, 2017 · 1 comment

Comments

@torbei
Copy link

torbei commented Jan 8, 2017

Would be great if there is a way to define multiple keywords for a key instead of creating multiple keys with the same value.

domschrei added a commit that referenced this issue Jan 16, 2017
@domschrei
Copy link
Owner

You now have the option to write something like this into your custom definitions:

ampersand,fancyand,curlyand=&

which will be internally expanded to:

ampersand=&
fancyand=&
curlyand=&

The amount of keywords on the left side (>= 2) is arbitrary. Note that this feature disables the use of commata inside symbol definition keywords apart from multi-definitions.

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

2 participants