mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
12 lines
315 B
INI
12 lines
315 B
INI
{
|
|
"auto-keywords": [
|
|
["ctxmenu", [r"ida_kernwin\.attach_action_to_popup"]],
|
|
["plugin", [r"ida_idaapi\.plugin_t"]],
|
|
["%(1)s", [r"ida_.*\.(.*_Hooks)"]],
|
|
],
|
|
"exclude": [
|
|
"simple_appcall_common"
|
|
],
|
|
"link-format": "<a class=\"ex_link\" href=\"#%(1)s\">%(1)s</a>"
|
|
}
|