barklan / inline_sql_syntax

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

feat: multi-lines C# syntax #46

Closed titouancreach closed 2 years ago

titouancreach commented 2 years ago

Add the C# multi-lines string syntax.

titouancreach commented 2 years ago

Should we mention that C# semantic syntax must be disabled in order for the extension to work ?

{
   "csharp.semanticHighlighting.enabled": false,
}
barklan commented 2 years ago

Thanks! I'll test it and make a release today.