I am currently build a custom build system where I convert markdown files to multiple targets. As right now I use the following selector: "selector": "text.html.markdown"
.
My markdown files have either the extension .md or .txt. Who can I add those .txt files as a selector to my build system?
From the help page about selectors (https://www.sublimetext.com/docs/selectors.html) I couldn’t figure out what other selector names could be.
`