Files
dotfiles/.emacs.snippets/nxml-mode/html
Fabio Scotto di Santolo 3a59d8b46a Personalizzazioni per emacs
2019-12-07 12:02:37 +01:00

7 lines
166 B
Plaintext

# -*- mode: snippet -*-
# name: <html xmlns="...">...</html>
# key: html
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>