mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10:00
Progress OpenEdge 11.6 added a new C-like single-line comment syntax; such
comments begin with `//` and proceed to the end of the line.
Add a new syntax group `ProgressLineComment` to implement highlighting for this
syntax. Rename the existing group from `ProgressComment` to
`ProgressBlockComment`, and introduce a cluster named `ProgressComment` to
encapsulate both.
closes: vim/vim#15339
4d68054c1e
Co-authored-by: Daniel Smith <daniel@rdnlsmith.com>