diff --git a/language-configuration.json b/language-configuration.json index c9688f08..d2405af5 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -32,6 +32,10 @@ [ "\"", "\"" + ], + [ + "`", + "`" ] ], "surroundingPairs": [ @@ -50,6 +54,10 @@ [ "\"", "\"" + ], + [ + "`", + "`" ] ], "folding": { @@ -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))|})" } -} \ No newline at end of file +}