emsnip Plugin
=============

About
-----
snippet complete with end match instead of word match

Example
-------
dfl: hello for[tab] >> hello for(;;){}

dfl: hellofor[tab] >> hellofor (no replace)

emsnip: hellofor[tab] >> hellofor(;;){}

Installation
------------

~$ ./configure && make && make install

~$ cp ./inst/(libdir)/\*.so ~/.config/geany/plugins

(mkdir if no /plugins dir)

see plugin help or source code for more details.

License
-------
GPLv3+

.. (memo)
.. rst2html --config=rst2html_config.conf README > emsnip.html
.. tidy -config tidy.conf emsnip.html
