feat: initial commit
This commit is contained in:
5
.emacs.snippets/nxml-mode/script
Executable file
5
.emacs.snippets/nxml-mode/script
Executable file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: <script type="text/javascript" src="..."></title>
|
||||
# key: script
|
||||
# --
|
||||
<script type="text/javascript" src="$1"></script>
|
||||
Reference in New Issue
Block a user