Skip to content

Commit

Permalink
Add more trigger_characters
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Jan 15, 2024
1 parent cc04f00 commit ccec22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/language_server/initialize.re
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module ResponseResult = {
hover_provider: true,
completion_provider: {
resolve_provider: false,
trigger_characters: [".", ",", "(", ":", "["],
trigger_characters: [".", ",", "(", ":", "[", "\""],
},
definition_provider: {
link_support: true,
Expand Down

0 comments on commit ccec22d

Please sign in to comment.