mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 05:05:00 +00:00
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:
parent
d774304574
commit
bf8a505135
7 changed files with 186 additions and 83 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue