ekaitz-zarraga / nvim-paredit-scheme

[MIRRORED from http://git.elenq.tech/nvim-paredit-scheme/ ] Scheme extension for nvim-paredit

Home Page:http://git.elenq.tech/nvim-paredit-scheme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRFI-62 comments trigger weird balancing

ekaitz-zarraga opened this issue · comments

When commenting srfi-62 comments, balancing issues appear:

(define (hola x)
 (define (inc a)
  (+ a 1)))

Added comment:

(define (hola x)
 #;(define (inc a)
  (+ a 1))
;        ^^ unbalanced here

Also the comment detection is not working properly.

It was caused by parinfer...