tomtom / tcomment_vim

An extensible & universal comment vim-plugin that also handles embedded filetypes
http://www.vim.org/scripts/script.php?script_id=1173
GNU General Public License v3.0
1.4k stars 103 forks source link

[feature request] support rust doc comment #282

Closed GopherJ closed 3 years ago

GopherJ commented 3 years ago

Peek 2021-02-08 09-28

Hi, is it possible to support rust's doc comment? Sometimes I need to use the example code in doc comment

tomtom commented 3 years ago

You would have to provide further details. I don't use rust.

GopherJ commented 3 years ago

@tomtom There isn't any details other than /// vs // ...