Files
dotfiles/.emacs.snippets/nxml-mode/html
2023-10-11 21:51:24 +02:00

7 lines
166 B
Plaintext
Executable File

# -*- 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>