mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 19:23:47 -05:00
Coccinelle is a tool used for transforming C source code. It uses the Semantic Patch Language (.cocci files) for doing this. The conventional notation for commenting in semantic patches is "//". Used in conjunction with this plugin: https://github.com/ahf/cocci-syntax The cocci filetype is set, following which NERD_commenter can be used in .cocci files. Signed-off-by: Jaskaran Singh <jaskaransingh7654321@gmail.com>