parent
344a09a4f8
commit
bca2d02a61
2 changed files with 2 additions and 125 deletions
|
@ -2667,6 +2667,8 @@ impl Editor {
|
|||
false
|
||||
});
|
||||
}
|
||||
// $language = true;
|
||||
// language
|
||||
fn completion_query(buffer: &MultiBufferSnapshot, position: impl ToOffset) -> Option<String> {
|
||||
let offset = position.to_offset(buffer);
|
||||
let (word_range, kind) = buffer.surrounding_word(offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue