author Hans-Jörg Bibiko category Query Editor command # write DELIMITER plus ;; as suggestion selected as snippet echo "DELIMITER \${0:;;}" # `cat` reads the STDIN which contains the selected # text from the Query Editor and write it as selected # snippet plus the mirrowed suggested delimiter echo "\${1:`cat`}\${1:\$0}" # write DELIMITER plus ; echo "DELIMITER ;" contact znvy@ovovxb.qr description Wrap the current query or the selection in DELIMITER inserted as snippet to allow to modify the default delimiter ;; Version 1.0 input selectedtext input_fallback currentquery internalKeyEquivalent characters W keyCode 13 modifierFlags 1835008 keyEquivalent ^~@w name Wrap query/selection in DELIMITER output insertassnippet scope inputfield tooltip Wrap the current query or selection in DELIMITER ;; uuid A67BDE10-0A76-45C2-98DB-B35AC731E8DA isDefaultBundle