You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: