mattt-b / odin-mode

Emacs major mode for the Odin programming language
28 stars 12 forks source link

Prefer single-line comment style #14

Closed 1player closed 7 months ago

1player commented 7 months ago

When commenting a block of Odin code, Emacs will add /* ... */ to every single line, which defeats the purpose of multi-line comments.

For this reason, this PR makes it so Emacs will use single-line comments instead.