I want to use // for my C comments, but the plugin seems to be hardwired to use /* */ for C. This config has no effect: ``` local ft = require('Comment.ft') ft.c = {'//%s', '//%s'} ```