parinfer / parinfer.js

Let's simplify the way we write Lisp
https://shaunlebron.github.io/parinfer
MIT License
1.76k stars 40 forks source link

support for comment characters other than semicolon #195

Closed oakmac closed 2 years ago

oakmac commented 5 years ago

The Janet Language uses the # character instead of ; for comment lines.

It would be nice if Parinfer core supported setting the comment character dynamically via a config option.

For reference: sublime-text-parinfer PR #37.

shaunlebron commented 2 years ago

added in 3.13.0