Scheme: add datum comment, nested-comment and other improvements
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