Skip to content

Commit

Permalink
fix: add principal type for completions
Browse files Browse the repository at this point in the history
Fixes: #303
  • Loading branch information
obycode committed Apr 6, 2022
1 parent 32f2b50 commit 1aa8fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lsp/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ pub fn build_default_native_keywords_list() -> Vec<CompletionItem> {
"string-utf8",
"option",
"response",
"principal",
]
.iter()
.map(|var| CompletionItem {
Expand Down

0 comments on commit 1aa8fb7

Please sign in to comment.