Skip to content

Scheme: add datum comment, nested-comment and other improvements

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:scheme into master

Chicken is merged into Scheme.

New:

  • Datum comment: #;...
  • Nested-comment: #| ... |#
  • Flag extension: #!...
  • Regex (Kawa): #/.../
  • XML (Kawa): #<...
  • String template (Kawa): &{...}
  • Add some keywords and operators

Fix:

  • Character literals (#\... and \x...;)
  • Hexadecimal number (#x...)

Improvement:

  • `, ', @ and # followed by ( now have the same color

Merge request reports