Unc*_*ill 5 html vim comments indentation
嵌入在html中的一些javascript代码如下:
评论了vim插件NERD_Commenter
<body>
<script language="javascript">
<!--alert("hello word");-->
<!--alert("hello word");-->
<!--alert("hello word");-->
<!--alert("hello word");-->
</script>
</body>
Run Code Online (Sandbox Code Playgroud)
我想用下面的样式评论内部javscript代码:
<script language="javascript">
//alert("hello word");
//alert("hello word");
//alert("hello word");
//alert("hello word");
</script>
Run Code Online (Sandbox Code Playgroud)
怎么处理呢?或者是否有更好的代码评论插件?
| 归档时间: |
|
| 查看次数: |
286 次 |
| 最近记录: |