Similar to the Inline SQL VS Code extension, it would be nice to support inline SQL, i.e. highlighting SQL strings within other languages. Ideally, one could configure what constitutes the start and end of a SQL string. For instance, for Haskell files I'd like to specify that SQL can be found between [isql| and |] (i.e. targeting a Haskell sql library). Perhaps in other languages the user may want to specify that sql can be found between "--sql and --".
Similar to the Inline SQL VS Code extension, it would be nice to support inline SQL, i.e. highlighting SQL strings within other languages. Ideally, one could configure what constitutes the start and end of a SQL string. For instance, for Haskell files I'd like to specify that SQL can be found between
[isql|and|](i.e. targeting a Haskell sql library). Perhaps in other languages the user may want to specify that sql can be found between"--sqland--".