It's use is for lexers without Pascal tree-helpers. for ex: PHP lexer with inclusion of JS and HTML blocks. or: HTML lexer with inclusion of JS block or CSS block.>then what's the use of ed.set_prop(PROP_CODETREE_SUBLEXER, Ture)?
because this title is inside fenced block.I find that the "# sec5" in fenced-block will not be recognized as Markdown title
yes. but you cannot 'define additional lexer for Markdown'. Markdown supports sublexers listed in the filehat means if I define some additional lexer for Markdown,it will not be recognized in fenced-block?
data/lexlib/aliases.ini
See example codes in src:where can I find the description about how to make pascal tree-helper for cudatext?
treehelper_ini.pas
treehelper_markdown.pas
treehelper_mediawiki.pas
treehelper_rest.pas
treehelper_textile.pas
treehelper_wikidpad.pas
and
treehelpers_proc.pas - this 'registers' treehelpers.
of course!that will be faster than python tree helper, right?