Skip to content

Conversation

joshgoebel
Copy link
Member

@joshgoebel joshgoebel commented Dec 10, 2020

Resolves #2890.

Changes

Allow [] argument lists such as:

(define add-point
  (lambda [p1 p2]
    (make-point
      (+ (point-x p1) (point-x p2))
      (+ (point-y p1) (point-y p2)))))

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md
  • Added myself to AUTHORS.txt, under Contributors

@joshgoebel joshgoebel added enhancement An enhancement or new feature language labels Dec 10, 2020
@joshgoebel joshgoebel merged commit 626cc7d into highlightjs:master Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scheme - inconsistent highlighting
2 participants