pboettch / vim-cmake-syntax

Vim syntax highlighting rules for modern CMake.
Other
96 stars 32 forks source link

[feature] Support rst #29

Open Freed-Wu opened 1 year ago

Freed-Wu commented 1 year ago

In some cmake script:

#[=======================================================================[.rst:
...
#]=======================================================================]

How about highlight ... to rst? like https://github.com/vim-pandoc/vim-pandoc-syntax can highlight code fence:

pandoc

pboettch commented 1 year ago

Please provide a PR for this.