-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update python highlighting to take advantage of themes. #2451
Commits on May 10, 2022
-
Change python highlights.scm to more fully utilize the themes.
Create type keywords Allow _CONSTANTS to start with _ Highlight constants before constructors Move some keywords into @keyword.control
Configuration menu - View commit details
-
Copy full SHA for 62a6345 - Browse repository at this point
Copy the full SHA 62a6345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4a9da - Browse repository at this point
Copy the full SHA 1e4a9daView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 25815df - Browse repository at this point
Copy the full SHA 25815dfView commit details
Commits on May 13, 2022
-
Python highlight improvements: type, parameter etc
* str, list, etc. handled as @function.builtin and @type.builtin * None and non-conforming type indentifiers as @type in type hints * class identifiers treated as @type * @constructor used for constructor definitions and calls rather than as a catch-all for type-like things * Parameters highlighted * self and cls as @variable.builtin * improved decorator highlighting as part of @function Re-ordering of some statements to give more accurate priority.
Paul Scott committedMay 13, 2022 Configuration menu - View commit details
-
Copy full SHA for d5b6bc4 - Browse repository at this point
Copy the full SHA d5b6bc4View commit details -
Merge pull request #1 from paul-scott/types
Python highlight improvements: type, parameter etc
Configuration menu - View commit details
-
Copy full SHA for fc84edd - Browse repository at this point
Copy the full SHA fc84eddView commit details
Commits on May 14, 2022
-
Python handling highlighting parameters with defaults
Paul Scott committedMay 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 9da79d9 - Browse repository at this point
Copy the full SHA 9da79d9View commit details -
Python highlight keyword argument as parameter
Paul Scott committedMay 14, 2022 Configuration menu - View commit details
-
Copy full SHA for ef740fb - Browse repository at this point
Copy the full SHA ef740fbView commit details -
Merge pull request #2 from paul-scott/types
Highting parameters with defaults and keyword arguments
Configuration menu - View commit details
-
Copy full SHA for 065ab2a - Browse repository at this point
Copy the full SHA 065ab2aView commit details -
Python highlight decorator attribute
Paul Scott committedMay 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 41cfaed - Browse repository at this point
Copy the full SHA 41cfaedView commit details -
Merge pull request #3 from paul-scott/types
Python highlight decorator attribute
Configuration menu - View commit details
-
Copy full SHA for d3ee550 - Browse repository at this point
Copy the full SHA d3ee550View commit details
Commits on May 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2009d2b - Browse repository at this point
Copy the full SHA 2009d2bView commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b07f84f - Browse repository at this point
Copy the full SHA b07f84fView commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6756086 - Browse repository at this point
Copy the full SHA 6756086View commit details