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

Introduce syntax highlighting for Boolean values #2

Open
frademacher opened this issue Jun 13, 2019 · 0 comments
Open

Introduce syntax highlighting for Boolean values #2

frademacher opened this issue Jun 13, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@frademacher
Copy link
Contributor

frademacher commented Jun 13, 2019

Currently, the Boolean values true and false receive no syntax highlighting in the modeling languages' editors.

They are defined as possible values of the BOOLEAN terminal

terminal BOOLEAN returns ecore::EBoolean: 'true' | 'false';

in the grammar definition of the Domain Data Modeling Language.

Note that the highlighting needs to be implemented/tested for all modeling languages that make use of the PrimitiveValue modeling concept and the corresponding grammar rule.

@frademacher frademacher added the enhancement New feature or request label Jun 13, 2019
@frademacher frademacher changed the title Introduce syntax highlighting for Boolean constants Introduce syntax highlighting for Boolean values Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant