gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
276 stars 61 forks source link

Add a preference for setting file extensions #74

Closed bdchauvette closed 4 years ago

bdchauvette commented 9 years ago

This allows users to set which file extensions can be previewed.

The preference can be set using the settings panel in the preview pane, or by setting markdown-preview.extensions to an array of file extensions in brackets.json.

The default extensions come from the markdown and gfm Language objects, plus litcoffee and txt, so that 07df49c82527e02ec94248d692f59a9e8c2c66e2 and 7de66ef8fd705aa81f5b615e6579fb1ecdd0ea51 are not undone.