Skip to content

Commit

Permalink
update trigger characters (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer authored Mar 1, 2024
1 parent b0dae37 commit fa6aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ connection.onInitialize(() => {
// Tell the client what features does the server support
completionProvider: {
resolveProvider: false,
triggerCharacters: ['.'],
triggerCharacters: ['.', ':', '{', '$'],
},
semanticTokensProvider: {
documentSelector: null,
Expand Down

0 comments on commit fa6aaff

Please sign in to comment.