mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Remove comment;for real now
This commit is contained in:
parent
bca2d02a61
commit
42b0c5dfdd
1 changed files with 0 additions and 2 deletions
|
@ -2667,8 +2667,6 @@ impl Editor {
|
||||||
false
|
false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// $language = true;
|
|
||||||
// language
|
|
||||||
fn completion_query(buffer: &MultiBufferSnapshot, position: impl ToOffset) -> Option<String> {
|
fn completion_query(buffer: &MultiBufferSnapshot, position: impl ToOffset) -> Option<String> {
|
||||||
let offset = position.to_offset(buffer);
|
let offset = position.to_offset(buffer);
|
||||||
let (word_range, kind) = buffer.surrounding_word(offset);
|
let (word_range, kind) = buffer.surrounding_word(offset);
|
||||||
|
|
Loading…
Reference in a new issue