Skip to content

Commit

Permalink
backtick support in surrounding & autoClosing pairs (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Nov 17, 2023
1 parent 4d5da74 commit 002f9cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
[
"\"",
"\""
],
[
"`",
"`"
]
],
"surroundingPairs": [
Expand All @@ -50,6 +54,10 @@
[
"\"",
"\""
],
[
"`",
"`"
]
],
"folding": {
Expand All @@ -63,4 +71,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 002f9cc

Please sign in to comment.