zig-mode icon indicating copy to clipboard operation
zig-mode copied to clipboard

Set adaptive-fill-regexp and fix comment-start-skip.

Open mychris opened this issue 11 months ago • 1 comments

Configures the adaptive-fill-regexp for zig-mode, such that other commands like fill-region can automatically determine a fill-prefix for comments.

Also, adds doc comment style comments to comment-start-skip, so these commands also work in doc comments.

Closes #86

mychris avatar Apr 12 '25 18:04 mychris

Ran into this issue and this fixes it. fill region works as it should after this patch.

To test, eval (fill-context-prefix (point) (point)) on a comment via M-:.

precompute avatar Jun 29 '25 15:06 precompute