Skip to content

Commit

Permalink
Yet another minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Mar 6, 2021
1 parent 1216b3f commit c99d736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSP-json.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c99d736

Please sign in to comment.