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 capture group highlight correctness #14

Closed barklan closed 2 years ago

barklan commented 2 years ago
(--sql)|SELECT |INSERT INTO |DELETE |UPDATE |CREATE TABLE)

These should be in diffferent rules - --sql should be comment.sql, the rest should be keyword (probably).