Files
kotlin-fork/idea/resources/fileTemplates/internal/Kotlin Script.kts.html
T
Natalia Selezneva 9107ef6490 New Script File Action
^KT-10935 Fixed
2018-04-27 13:52:26 +03:00

14 lines
322 B
HTML

<html>
<body>
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse">
<tr>
<td colspan="3">
<font face="verdana" size="-1">
This is a built-in template used by <b>IDEA</b> each time you create a
Kotlin script
</font>
</td>
</tr>
</table>
</body>
</html>