resyntax icon indicating copy to clipboard operation
resyntax copied to clipboard

Use `module-lexer` to parse comments

Open jackfirth opened this issue 5 months ago • 1 comments

The current comment parsing code in Resyntax is specific to #lang racket, incomplete, and irritating to maintain. Resyntax should use module-lexer to find comment locations in the file. This will properly handle expression comments like #;(foo). It should also work automatically for comments in other languages, hopefully making #270 easier to implement.

jackfirth avatar Sep 17 '24 22:09 jackfirth