barklan / inline_sql_syntax

Highlight and lint inline SQL strings.
https://marketplace.visualstudio.com/items?itemName=qufiwefefwoyn.inline-sql-syntax
MIT License
58 stars 25 forks source link

SQL Strings with "ALTER TABLE" are not highlighted #85

Open Duckloveshack opened 2 years ago

Duckloveshack commented 2 years ago

When trying to type

"ALTER TABLE table_name ADD COLUMN column_name datatype"

the extension does not highlight the SQL string

image

Duckloveshack commented 2 years ago

image

DROP TABLE table_name

also isn't highlighted