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

Allow keywords as suffixes of node ids #235

Merged
merged 2 commits into from
Oct 25, 2015

Conversation

spect88
Copy link
Collaborator

@spect88 spect88 commented Oct 24, 2015

This is what I've mentioned in #232.

Everything should be working just like before, with the difference that eg. blend or monograph are now valid node ids.

I've extracted alpha and punctuation characters from the huge regex and
made multiple occurences of alpha characters be recognised as a single
ALPHA token.

This way everything should work just like before, with the
difference that alpha strings will swallow keywords, ie. `spend` is
`ALPHA`, while previously it would have been `ALPHA ALPHA end`.
@knsv
Copy link
Collaborator

knsv commented Oct 25, 2015

Good work! Merging!

knsv added a commit that referenced this pull request Oct 25, 2015
Allow keywords as suffixes of node ids
@knsv knsv merged commit cee2671 into mermaid-js:master Oct 25, 2015
mgenereu pushed a commit to mgenereu/mermaid that referenced this pull request Jun 25, 2022
…yarn/develop/svelte-3.38.3

Bump svelte from 3.38.2 to 3.38.3
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

Successfully merging this pull request may close these issues.

2 participants