Hi,
I write a lot of different Languages, and one of them is rust.
In rust ' is a special Character Meaning Lifetime, and not a String or Char.
I want to disable the auto closing of only ' for rust files.
According to the current Doc, you can either disable it completely for one file type or remove a specific Bracket Type for all file types.
I wish for the Ability to disable a specific Bracket Type, for a Specific Language.
Hi,
I write a lot of different Languages, and one of them is rust.
In rust
'is a special Character Meaning Lifetime, and not a String or Char.I want to disable the auto closing of only
'for rust files.According to the current Doc, you can either disable it completely for one file type or remove a specific Bracket Type for all file types.
I wish for the Ability to disable a specific Bracket Type, for a Specific Language.