auto open up preview window #7

This commit is contained in:
Mathieu PATUREL
2017-01-09 15:08:13 +11:00
parent cda4532833
commit 9206b6de62
6 changed files with 30 additions and 5 deletions

View File

@ -36,7 +36,7 @@ def create_preview(window, file_name):
preview.set_name(get_preview_name(file_name))
preview.set_scratch(True)
preview.set_syntax_file('Packages/MarkdownLivePreview/.sublime/'
'MarkdownLivePreview.hidden-tmLanguage')
'MarkdownLivePreviewSyntax.hidden-tmLanguage')
return preview