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

Support for xml cdata #120

Open kotynia opened 2 months ago

kotynia commented 2 months ago

Hello, great extension!, It would be nice if support for embeded sql in xml file would be added

Example

<root>
 <line>
   <somenode>
     <![CDATA[
     --sql
     select 'hello' world
     ]]>
   </somenode>
 </line>
</root>