From c99d736ff165e734e32ca7a07e0aac2b58c66cbd Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 6 Mar 2021 13:01:23 +0100 Subject: [PATCH] Yet another minor tweak --- LSP-json.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSP-json.sublime-settings b/LSP-json.sublime-settings index 14daf05..a1452c4 100644 --- a/LSP-json.sublime-settings +++ b/LSP-json.sublime-settings @@ -25,7 +25,7 @@ // ST4 "selector": "source.json", // don't auto-complete in comments and after typing a ",", ":", "{" or "[", and after closing a string - "auto_complete_selector": "- comment - punctuation.separator - punctuation.definition.string.end - constant.character.escape - invalid.illegal - punctuation.section.mapping.begin - punctuation.section.sequence.begin", + "auto_complete_selector": "- comment - punctuation.separator - punctuation.definition.string.end - constant.character.escape - invalid.illegal - punctuation.section.mapping - punctuation.section.sequence", "disabled_capabilities": { // the trigger characters are too blunt, we'll specify auto_complete_selector manually "completionProvider": {