Problem: Groff files are not recognized
Solution: Add patterns for filetypes specific to groff
https://github.com/vim/vim/pull/18718
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Unless I am missing something, making *.mom now a groff filetype and no longer a nroff filetype is a backwards incompatible change. How does such a change affect users with regard to e.g. syntax highlighting?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
The change should be backwards compatible as GNU troff syntax in vim only adds additional syntax highlighting options to nroff. git grep nroff_is_groff should show all the differences, with the only removal affecting the ms macros (a different filetype).
For users, the file will probably just look better, with long request names beyond two characters (which mom nearly always uses) and comments beginning with \# being recognised.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()