tyru / caw.vim

Vim comment plugin: supported operator/non-operator mappings, repeatable by dot-command, 300+ filetypes
379 stars 48 forks source link

Incorrect comments for 'typesriptreact' #169

Open Wansmer opened 3 years ago

Wansmer commented 3 years ago

Hello, @tyru! First, thanks for great plugin. It's very helpful. On type 'typescriptreact' you setted ['/*', '*/'] instead ['{/*', '*/}']. ['/*', '*/'] call an error on .tsx and .jsx files.

Screenshot 2021-08-24 at 19 05 24 Screenshot 2021-08-24 at 19 01 56