Skip to content

Commit

Permalink
Remove < and > from bracket matching (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 17, 2023
1 parent fd32572 commit 4cf1674
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
[
"(",
")"
],
[
"<",
">"
]
],
"autoClosingPairs": [
Expand Down Expand Up @@ -54,10 +50,6 @@
[
"\"",
"\""
],
[
"<",
">"
]
],
"folding": {
Expand All @@ -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))|})"
}
}
}

0 comments on commit 4cf1674

Please sign in to comment.