Add language-specific _language settings_ #50087
Labels
feature-request
Request for new features or functionality
languages-basic
Basic language support issues
*out-of-scope
Posted issue is not in scope of VS Code
Although vscode has (as of recently) language-specific editor settings, I would like to request language-specific language settings i.e. the ability to override definitions in a language's
language-configuration.json
file (found invscode/extensions/[language]/
).For example let's say I would like to set the backtick as a "surrounding pair" character in
pug
, so I can select some text and mark it as an es6 string literal by hitting backtick (like I can do in JavaScript), and not have the backtick character replace the selection: ideally, as a setting, this would require only something like this in my "User Settings" file, to overridepug
'ssurroundingPairs
definition:The text was updated successfully, but these errors were encountered: