(Dart) Highlight colors for Class and Constructor Calls #4091
Labels
bug
good first issue
Should be easier for first time contributors
help welcome
Could use help from community
language
Describe the issue
The current output lacks color for class names and constructor calls so most lines are displayed in the same color, which significantly impacts readability and makes it challenging to distinguish between different code components. In contrast
Which language seems to have the issue?
Dart (the issue is impacting Flutter)
Are you using
highlight
orhighlightAuto
?highlight
...
Sample Code to Reproduce
Expected behavior
Highlight colors for Class and Constructor Calls
Additional context
Here are two images:
(1) - displaying the current output from the Highlight library , where all elements appear in the same color, making it difficult to read.
(2) - a different library, which shows custom colors for classes and constructors. Both images feature code written in Dart for Flutter.
The text was updated successfully, but these errors were encountered: