-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The color scheme path could not be found due to a syntax error (case sensitivity). - When pregenerated grammars are used, the wrong settings path was chosen. - And auto detection/reloading package settings wasn't working when Rainbow CSV syntax was auto-detected by file extension, because then it was no longer "plain text". - Use json5 to parse Syntax-specific settings and set the color scheme. - Fixes a bug where modifying the Syntax-specific settings would conflict with how the color scheme was enabled and disabled: - A pre-existing settings file would prevent the color scheme from being used. - Disabling the custom color scheme would remove all settings, including user preferences like disabling `word_wrap`. - Unfortunately, comments are not preserved, so this still leads to some data loss. See: dpranke/pyjson5#28 Closes #39
- Loading branch information
Showing
1 changed file
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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