28 lines
614 B
JSON
28 lines
614 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"read_file",
|
|
"write_file",
|
|
"read_html",
|
|
"write_html",
|
|
"list_html_files",
|
|
"read_markdown",
|
|
"write_markdown",
|
|
"list_markdown_files",
|
|
"html_find_tag",
|
|
"html_replace_tag",
|
|
"html_insert_before",
|
|
"html_insert_after",
|
|
"html_wrap_content",
|
|
"md_add_header",
|
|
"md_replace_section",
|
|
"md_append_content",
|
|
"table_to_json",
|
|
"json_to_table",
|
|
"add_route",
|
|
"register_hook",
|
|
"log",
|
|
"log_warn",
|
|
"log_error"
|
|
]
|
|
}
|