Skip to content

Commit

Permalink
Merge pull request #100 from prometheus-community/commit_chars
Browse files Browse the repository at this point in the history
Add more commit charakters for completion
  • Loading branch information
slrtbtfs authored Feb 18, 2020
2 parents 03d3899 + 5d15d5b commit 3224ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langserver/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (s *server) Initialize(ctx context.Context, params *protocol.ParamInitializ
HoverProvider: true,
CompletionProvider: protocol.CompletionOptions{
TriggerCharacters: []string{
" ", "\n", "\t", "(", ")", "[", "]", "{", "}", "+", "-", "*", "/", "!", "=", "\"", ",", "'", "\"", "`",
" ", "\n", "\t", "(", ")", "[", "]", "{", "}", "+", "-", "*", "/", "!", "=", "\"", ",", "'", "\"", "`", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "n", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "N", "M", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
},
},
SignatureHelpProvider: protocol.SignatureHelpOptions{
Expand Down

0 comments on commit 3224ad3

Please sign in to comment.