Delete autoClosingPairs from LanguageConfiguration to appease proposed API
This commit is contained in:
@@ -20,6 +20,7 @@ export function install() {
|
||||
decreaseIndentPattern: /^((?!.*?\/\*).*\*\/)?\s*[\}\]].*$/,
|
||||
increaseIndentPattern: /^((?!\/\/).)*(\{[^}"'`]*|\([^)"'`]*|\[[^\]"'`]*)$/,
|
||||
};
|
||||
delete langConfig.autoClosingPairs;
|
||||
|
||||
languages.setLanguageConfiguration("ql", langConfig);
|
||||
languages.setLanguageConfiguration("qll", langConfig);
|
||||
|
||||
Reference in New Issue
Block a user