inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

Support for xml cdata

Open kotynia opened this issue 1 year ago • 0 comments

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>

kotynia avatar Aug 19 '24 07:08 kotynia