aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 6e4b84f..0e0a2ab 100644
--- a/src/config.c
+++ b/src/config.c
@@ -202,6 +202,8 @@ static const host_symbol_t host_symbols[] = {
HOST_SYMBOL(ecex_draw_tetris_preview_i),
HOST_SYMBOL(ecex_draw_rgba),
HOST_SYMBOL(ecex_find_file),
+ HOST_SYMBOL(ecex_find_file_at),
+ HOST_SYMBOL(ecex_find_project_file),
HOST_SYMBOL(ecex_save_current_buffer),
HOST_SYMBOL(ecex_write_current_buffer),
HOST_SYMBOL(ecex_compile),
@@ -211,6 +213,9 @@ static const host_symbol_t host_symbols[] = {
HOST_SYMBOL(ecex_next_interactive_action),
HOST_SYMBOL(ecex_previous_interactive_action),
HOST_SYMBOL(ecex_indent_line_to),
+ HOST_SYMBOL(ecex_clangd_jump_to_definition),
+ HOST_SYMBOL(ecex_c_mode_set_tab_width),
+ HOST_SYMBOL(ecex_c_mode_tab_width),
HOST_SYMBOL(ecex_comment_region),
HOST_SYMBOL(ecex_uncomment_region),
HOST_SYMBOL(ecex_request_prompt),
@@ -223,6 +228,7 @@ static const host_symbol_t host_symbols[] = {
HOST_SYMBOL(ecex_path_dirname),
HOST_SYMBOL(ecex_path_basename_dup),
HOST_SYMBOL(ecex_path_normalize),
+ HOST_SYMBOL(ecex_project_root_for_file),
HOST_SYMBOL(ecex_path_is_dir),
HOST_SYMBOL(ecex_path_is_file),
HOST_SYMBOL(ecex_path_exists),