saem / vscode-nim

Other
180 stars 23 forks source link

support surrounding text with brackets(`{}`) #110

Open scarf005 opened 1 year ago

scarf005 commented 1 year ago

they're used in fmt strings and record initialization syntax. the way to support them is in https://code.visualstudio.com/api/language-extensions/language-configuration-guide but wasn't able to find language-configuration.json in the repo.