tyru / caw.vim

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

Add support for mysql #140

Closed Freed-Wu closed 4 years ago

tyru commented 4 years ago

why don't you set filetype to sql?

Freed-Wu commented 4 years ago

because mysql has some keywords different from sql, if set ft=sql, this keyword will not be syntax highlight.

Freed-Wu commented 4 years ago

like this

image

tyru commented 4 years ago

I see. thanks 👍