diff options
Diffstat (limited to 'internal/lsp/document_test.go')
| -rw-r--r-- | internal/lsp/document_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/lsp/document_test.go b/internal/lsp/document_test.go index fd13e5d..95f0157 100644 --- a/internal/lsp/document_test.go +++ b/internal/lsp/document_test.go @@ -13,7 +13,7 @@ import ( func newTestServer() *Server { cfg := appconfig.App{ - InlineOpen: ">", + InlineOpen: ">!", InlineClose: ">", ChatSuffix: ">", ChatPrefixes: []string{"?", "!", ":", ";"}, @@ -47,7 +47,7 @@ func newTestServer() *Server { func initServerDefaults(s *Server) { cfg := s.cfg if strings.TrimSpace(cfg.InlineOpen) == "" { - cfg.InlineOpen = ">" + cfg.InlineOpen = ">!" } if strings.TrimSpace(cfg.InlineClose) == "" { cfg.InlineClose = ">" |
