1.在<associationMap>下加入

<association langID = "26" id="bash_function"/>

2.在<parsers>下加入

<parser id="bash_function" displayName="Shell" commentExpr="(#.*?$)">
	<function
		mainExpr="^([a-zA-Z0-9_]+\(\))"
		displayMode="$functionName">
	</function>
</parser>
参考:http://notepad-plus-plus.org/features/function-list.html

本文链接地址: 在Notepad++中增加shell函数列表解析器
https://blog.qingfengju.com/index.asp?id=387

上一篇: 两大IDE的IndentGuide/缩进线插件
下一篇: SSH免密码登录(Linux服务器之间建立信任关系)

分类:杂谈随感 查看次数:8577 发布时间:2015/1/9 10:13:17