mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
include html
|
|
|
|
snippet xhtml
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
${1:TARGET}
|
|
</html>
|
|
|