Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change lisp syntax for #\( and #\) to "string" so that paren matching…
… ignores them Otherwise incorrect matching parens are highlighted E.g. for the last closing paren of these forms: (when (eq some-char #\() 5) (when (eq some-char #\)) 4)
- Loading branch information