5 lines
No EOL
139 B
Text
5 lines
No EOL
139 B
Text
# -*- mode: snippet -*-
|
|
# name: script
|
|
# key: script
|
|
# --
|
|
<script src="$1" type="${2:text/javascript}" language="${3:javascript}"></script> |