Closed DamienCassou closed 1 year ago
This is also present in #7, fwiw, which is blocked due to a pending request for additional font-lock tests.
I'd be fine with this getting merged in the meantime, but I'll leave that choice to Rémi.
Unfortunately, M-x uncomment-region
doesn't work. I don't understand why but it seems like it is because (looking-at-p comment-start-skip)
returns nil instead of non-nil before a comment.
Maybe we should use a syntax table instead?
I'm closing this PR for now to clean up my todo list. Feel free to reopen when ready to do something about it.
With this, it is now possible to use
M-x comment-region
to get the region commented (or uncommented).