daml icon indicating copy to clipboard operation
daml copied to clipboard

Syntax highlighting improvements in the IDE

Open GeorgSchneider opened this issue 6 years ago • 2 comments

  1. Color types differently than keywords (currently, they're both blue for me)
  2. Have a separate coloring for ledger actions (create, exercise, fetch etc.)
  3. Consider do a normal keyword (it's currently colored differently than other keywords)
  4. Empty list literal [] is colored blue like a keyword, in non-empty ones the brackets are white (same as in type definitions like [Party] they're also white)

GeorgSchneider avatar Aug 15 '19 15:08 GeorgSchneider