Skip to content

Commit

Permalink
make minor markdown fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgdv committed Nov 5, 2018
1 parent c3f6ae3 commit f40ab43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ orange - Class name color in class def and various misc uses (such as the c
yellow - for 'class', 'def', and 'lambda' keywords

darkblue - for functions and method names in defs, as well as in calls
lightblue - for singletons (None, True, False), numeric literals (1, 1.5, 2e3, etc.), and, arithmetic operators (+, -, \*, /, //, %, etc.)
lightblue - for singletons (None, True, False), numeric literals (1, 1.5, 2e3, etc.), and, arithmetic operators (+, -, *, /, //, %, etc.)

lightpurple - for flow control (for, while, if, else, try, except, finally, with, raise), and imports
darkpurple - for function and method arguments (except those highlighted especially as lightred), and all assignment operators (=, +=, \*=, etc.)
darkpurple - for function and method arguments (except those highlighted especially as lightred), and all assignment operators (=, +=, etc.)

lightgreen - for strings
darkgreen - for logical operators (and, or, not, in), comparison operators (==, !=, >, <, etc.) and bitwise operators (&, |, ~, etc.). Basically anything that resolves to True or False.
Expand Down

0 comments on commit f40ab43

Please sign in to comment.