It uses the same -- syntax as SQL, plus /* */ for multiline comments
https://github.com/vim/vim/pull/17483
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
ping @lee-lindley
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Not sure what you are trying to do, but this code is maintained in my repo as noted in the comment right above our first change. https://github.com/lee-lindley/vim_plsql_syntax
I merge it into my repo, test for a while, then I submit the change to vim as the maintainer.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Sure, I can make a PR there. Just adds the 'comments' and 'commentstring' options.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
The comments option is helpful for formatoptions (see :h fo-table), and is supported my many ftplugins.
As explained in :h commentstring, this option is used to add foldmarkers (it specifies what a valid comment string is for a particular programming language, :h fold-marker) and is also utilized by comment plugins to toggle comments for lines, such as vim-commentary
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
closing in favor of lee-lindley/vim_plsql_syntax#5. @lee-lindley please handle it how you'd like to. It is your decision.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #17483.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()