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

RSDL Editor doesn't distinguish property named "key" from keyword #367

Open
mikepizzo opened this issue Jul 20, 2022 · 1 comment
Open
Labels
tooling Relates to tools (editors, visualizers, etc.)

Comments

@mikepizzo
Copy link
Contributor

mikepizzo commented Jul 20, 2022

Steps to reproduce:

  1. Go to https://rapid.rocks/api-designer/index.html and copy the following into the RSDL Editor:
type myType
{
  key: String
}

Result: the property name "key" is highlighted as if it is a keyword. If "key" is followed by a colon it should be treated as a literal (note that CSDL generation does get this right).

@mikepizzo mikepizzo added RSDL tooling Relates to tools (editors, visualizers, etc.) and removed RSDL labels Jul 20, 2022
@ralfhandl
Copy link
Contributor

Probably part of issue #393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Relates to tools (editors, visualizers, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants