Notepad++ Custom Function List (Basic)
问题 I am trying to use Notepad++ as my new editor for PicBasic code. I want to be able to use the function list capability, but I have no experience with XML and the Notepad++ website does not explain how to create your own function list parser very well. For example, an xml function header would look like: <parser id="xml_node" The Notepad++ parser looks like this: <parser id="xml_node" displayName="XML Node" commentExpr="<!--([^-]|-(?!->))*-->"> <!-- Only match nodes with at least one attribute