Basic lsp and precompiler header support
This commit is contained in:
@@ -535,6 +535,8 @@ static Highlight HL_UNDERLINE = {0, 0, 1 << 2, 100};
|
||||
void editor_worker(Editor *editor) {
|
||||
if (!editor || !editor->root)
|
||||
return;
|
||||
if (editor->query_file != "" && !editor->query)
|
||||
editor->query = load_query(editor->query_file.c_str(), editor);
|
||||
if (editor->parser && editor->query)
|
||||
ts_collect_spans(editor);
|
||||
uint32_t prev_col, next_col;
|
||||
|
||||
Reference in New Issue
Block a user