feat: initial commit
This commit is contained in:
7
.emacs.snippets/nxml-mode/html
Executable file
7
.emacs.snippets/nxml-mode/html
Executable file
@@ -0,0 +1,7 @@
|
||||
# -*- 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>
|
||||
Reference in New Issue
Block a user