mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
tree-sitter: implement query functionality and highlighting prototype [skip.lint]
This commit is contained in:
@@ -832,6 +832,12 @@ struct file_buffer {
|
||||
// The number for times the current line has been flushed in the memline.
|
||||
int flush_count;
|
||||
|
||||
bool b_luahl;
|
||||
LuaRef b_luahl_start;
|
||||
LuaRef b_luahl_window;
|
||||
LuaRef b_luahl_line;
|
||||
LuaRef b_luahl_end;
|
||||
|
||||
int b_diff_failed; // internal diff failed for this buffer
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user