Skip to content

Commit 3224ad3

Browse files
authored
Merge pull request #100 from prometheus-community/commit_chars
Add more commit charakters for completion
2 parents 03d3899 + 5d15d5b commit 3224ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langserver/general.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (s *server) Initialize(ctx context.Context, params *protocol.ParamInitializ
4646
HoverProvider: true,
4747
CompletionProvider: protocol.CompletionOptions{
4848
TriggerCharacters: []string{
49-
" ", "\n", "\t", "(", ")", "[", "]", "{", "}", "+", "-", "*", "/", "!", "=", "\"", ",", "'", "\"", "`",
49+
" ", "\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",
5050
},
5151
},
5252
SignatureHelpProvider: protocol.SignatureHelpOptions{

0 commit comments

Comments
 (0)