shmup / vim-sql-syntax

Improved SQL syntax for vim.
17 stars 4 forks source link

Doesn't work with vim-javascript-sql #3

Open sheerun opened 4 years ago

sheerun commented 4 years ago

This plugin seems to not work with https://github.com/statico/vim-javascript-sql

To reproduce you can use following .vimrc:

call plug#begin()

Plug 'shmup/vim-sql-syntax'
Plug 'statico/vim-javascript-sql'

call plug#end()

and following .js file:

const foo = SQL`
  SELECT foo FROM bar
`
shmup commented 4 years ago

Let me look into this, wouldn't mind fixing it