Skip to content

Commit

Permalink
fix an issue with ST3 updating
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhao28 committed Sep 15, 2017
1 parent b957ccd commit ed0f1cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
7 changes: 7 additions & 0 deletions messages/2.2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed0f1cb

Please sign in to comment.