Open
Conversation
Add Monokai Theme Color Support and Improve README
File handle leaks
Use Sublime's provided cache folder
No colors on boot
Use json instead of pickle
Add clojurescript to the list of scopes
…info is available
Read/write scheme file using codecs UTF8
During startup sublime.cache_path() returns "".
This fixes a bug introduced in whitequark#13 I used to get a `TypeError: an integer is required (got type str)`: after some investigation, I noticed the missing `codecs` namespace in the method invocation, which caused the standard library `open` methoed to be invoked instead.
Configure languages in settings
and update README to reflect current configuration
Highlight matching curly braces
Fix incorrect quoting on the last configuration snippet
Minor edit in the instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will help in setting up the package for new users as it has detailed screenshots