-
Notifications
You must be signed in to change notification settings - Fork 279
Description
Hi there. As the title says, is there any way to auto match the markdown's style with the current theme when you have multiple scheme files inside the userDefineLangs folder? Let me explain better this scenario:
Dark Mode Enabled in settings;
Currently selected theme = Zenburn under Settings --> Style Configurator
Inside the userDefineLangs folder i have those two files (for example):
- markdown.bespin.dark.udl
- markdown.zenburn.dark.udl
In this scenario, when i try to open a .md file with notepad, it will always autoselect the markdown.bespin.dark.udl (maybe becouse of alphabetically orders of the theme's name). I can change it back to zenburn dark after the file is loaded under Notepad++ but if i close Notepad++ and reopen another .md file, it auto select the markdown.bespin.dark.udl style again.
For now the only workaround i've found is to have only one style inside the userDefineLangs folder which match the current theme.
Any clue? Thank you!