diff --git a/language-configuration.json b/language-configuration.json index ff6d685a..c9688f08 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -14,10 +14,6 @@ [ "(", ")" - ], - [ - "<", - ">" ] ], "autoClosingPairs": [ @@ -54,10 +50,6 @@ [ "\"", "\"" - ], - [ - "<", - ">" ] ], "folding": { @@ -71,4 +63,4 @@ "increaseIndentPattern": "(((^|[=,(:])\\s*\\b(if|else|elseif|for|while|function|sub|try|catch|namespace|interface|enum|component)\\b((?!\\b(then)\\b).)*)|(\\b(then)\\b\\s*)|({\\s*))$", "decreaseIndentPattern": "^\\s*((\\b(else|elseif|endif|endfor|endwhile|endsub|endfunction|catch|endtry|endnamespace|endinterface|endenum|endcomponent)\\b)|((\\b(end)\\s+(if|for|while|sub|function|try|namespace|interface|enum|component)\\b))|})" } -} +} \ No newline at end of file