-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Some intial work to add .sublime-color-scheme support * Lint fixes * Handle font style proper * Fix bold, italic, select and code highlight for 3150 * Fix selection related issues * Update changelog * JSON doesn't use single quote strings * More changes Fix differences in checking if pygments setting or default style has changed. Deprecate get_css * Template cleanup Change name from Scheme2CSS to SchemeTemplate. Also remove get_css and move initialization of ColorSchemeMatcher to legacy setup function. * Upgrade color scheme matcher * Use sublime's builtin serializer * Lint
- Loading branch information
1 parent
e2553f3
commit 2dc38d8
Showing
11 changed files
with
592 additions
and
300 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
[flake8] | ||
ignore=D202,D203,D401 | ||
ignore=D202,D203,D401,N802 | ||
max-line-length=120 | ||
exclude=st3/mdpopups/png.py,site/*.py | ||
putty-ignore=st3/mdpopups/mdx/*.py : +N802 |
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
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
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
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
Oops, something went wrong.