feat: check surrounding syntax for elements/selectors (#236)

* feat: check surrounding syntax for elements/selectors

* dev: update snapshot

* dev: update snapshot
This commit is contained in:
Myriad-Dreamin 2024-05-05 19:36:30 +08:00 committed by GitHub
parent d774304574
commit bf8a505135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 186 additions and 83 deletions

View file

@ -236,6 +236,7 @@ mod tests {
.into_iter()
.map(|item| CompletionItem {
label: item.label,
label_details: item.label_details,
sort_text: item.sort_text,
kind: item.kind,
text_edit: item.text_edit,