Page 2 of 2

Re: plugin for markdown index

Posted: 20.01.2024 13:08
by SamC
Hello,If the codetree is user-defined by python code rather than buildin,will app_proc() and tree_proc() works?
Also,
I found a lexer named:Text with indentation. When I want to make a code tree for this lexer,the statement in install.inf should be like below?

Code: Select all

[treehelper1]
lexers=Text with indentation

Re: plugin for markdown index

Posted: 20.01.2024 14:19
by main Alexey
I don't understand. app_proc() and tree_proc() always work. If the code-tree is built from different code, you get different code-tree nodes.

>the statement in install.inf should be like below?
yes, it seems.

Re: plugin for markdown index

Posted: 20.01.2024 14:59
by SamC
Get it,thx~