Merge pull request #2624 from github/robertbrignull/autoClosingPairs

Delete autoClosingPairs from LanguageConfiguration to appease proposed API
This commit is contained in:
Robert
2023-07-24 11:04:52 +01:00
committed by GitHub

View File

@@ -20,6 +20,7 @@ export function install() {
decreaseIndentPattern: /^((?!.*?\/\*).*\*\/)?\s*[\}\]].*$/,
increaseIndentPattern: /^((?!\/\/).)*(\{[^}"'`]*|\([^)"'`]*|\[[^\]"'`]*)$/,
};
delete langConfig.autoClosingPairs;
languages.setLanguageConfiguration("ql", langConfig);
languages.setLanguageConfiguration("qll", langConfig);