]> code.delx.au - gnu-emacs-elpa/blob - snippets/html-mode/meta/meta.http-equiv
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / html-mode / meta / meta.http-equiv
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <meta http-equiv="..." content="..." />
3 # key: meta
4 # --
5 <meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />