Skip to content

Commit 7d4e59d

Browse files
committed
Fixed the typo in the LSP completion strategy
1 parent 037b447 commit 7d4e59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp/src/completion/tokens.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ pub fn parse(input: &str) -> Option<CompletionType> {
152152

153153
completion.1.last().cloned()
154154
}
155+
155156
#[cfg(test)]
156157
mod tests {
157158
use super::*;

0 commit comments

Comments
 (0)