From ed0f1cb739af23a3e199c1acd29f4436b85664e2 Mon Sep 17 00:00:00 2001 From: Felix Hao Date: Fri, 15 Sep 2017 11:43:38 +0800 Subject: [PATCH] fix an issue with ST3 updating --- bootstrap.py | 1 + messages/2.2.5.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/bootstrap.py b/bootstrap.py index f4411593..67e8b7be 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -16,6 +16,7 @@ def get_ingored_packages(): def save_ingored_packages(ignored_packages): + settings = sublime.load_settings('Preferences.sublime-settings') settings.set('ignored_packages', ignored_packages) sublime.save_settings('Preferences.sublime-settings') diff --git a/messages/2.2.5.md b/messages/2.2.5.md index 1d7fe669..bac26274 100644 --- a/messages/2.2.5.md +++ b/messages/2.2.5.md @@ -6,9 +6,16 @@ feedback you can use [GitHub issues][issues]. ## Bug Fixes * YAML front matter enclosed by "..." is now correctly recognized by syntax parser. +* Fix an issue with Sublime Text 3 updating to Build 3144 ## New Features +* Added Reason/OCmal syntax support (thanks to @gandulio) + ## Changes +## Note + +When you notice any undesired behavior introduced by the latest update, your feedback is always welcome in our [issue page](https://github.com/SublimeText-Markdown/MarkdownEditing/issues). However before it's fixed, you can rollback to [an earlier version](https://github.com/SublimeText-Markdown/MarkdownEditing/releases). Find the desired version and download the zip file, then follow [manual installation guide](#manual-installation) + [issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues