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

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