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

Syntax highlight #3

Open
iankressin opened this issue Nov 5, 2024 · 0 comments · May be fixed by #4
Open

Syntax highlight #3

iankressin opened this issue Nov 5, 2024 · 0 comments · May be fixed by #4
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@iankressin
Copy link
Owner

iankressin commented Nov 5, 2024

Feature Details

The implementation involves highlighting specific EQL keywords and variables using designated colors. In the query input, keywords such as GET, FROM, WHERE, and ON should appear in purple (#BCB3FA), while variables like Entity IDs, values in the WHERE clause, and chain names should be highlighted in light yellow (#EDCF7A). The same color scheme should be applied to the query output to maintain consistency.

The final implementation should mirror the provided design mockup, where EQL keywords stand out in purple and variables in light yellow, both in the input area and the output results. An example of the desired syntax highlighting can be seen in the image below:
image

@iankressin iankressin added enhancement New feature or request good first issue Good for newcomers labels Nov 5, 2024
@rizdarmwn rizdarmwn linked a pull request Nov 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant