commented.nvim
commented.nvim copied to clipboard
C/C++ comments wrong
C/C++ comments format is
// inline comment
/*
block comment
/*
but there is no inline comment and block is broken
/* block comment produced by commented */
*/
/* line above is broken */
Hi thanks for reporting! I am not using neovim at the moment,you might want to try and make a PR for this