rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
104 stars 41 forks source link

backtick support in surrounding & autoClosing pairs #528

Closed TwitchBronBron closed 7 months ago

TwitchBronBron commented 7 months ago

Adds language/editor support for backticks (templatestrings) for autoClosingPairs and autoSurroundingPairs. So you can do things like this for template strings:

surround-backtick

Fixes #526