Support UTF-32 position encoding

Looks like this is a native encoding for Emacs at least!
This commit is contained in:
Aleksey Kladov 2023-02-14 00:56:28 +00:00
parent c97aae38f2
commit 0da27376cf
18 changed files with 210 additions and 158 deletions

View file

@ -115,7 +115,7 @@ pub use ide_db::{
SourceRoot, SourceRootId,
},
label::Label,
line_index::{LineCol, LineColUtf16, LineIndex},
line_index::{LineCol, LineIndex},
search::{ReferenceCategory, SearchScope},
source_change::{FileSystemEdit, SourceChange},
symbol_index::Query,