Skip to content

Commit

Permalink
Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque authored Dec 21, 2018
1 parent 48ed289 commit 7fd5ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jsonParser parse: text asString.
PPTextHighlighter new
parser: jsonParser;
addAttribute: TextColor gray for: #nullToken;
addAttribute: TextColor gray for: #nullToken; "The symbol is the name of the method in which the rule is defined."
addAttribute: TextColor green for: #trueToken;
addAttribute: TextColor red for: #falseToken;
addAttribute: TextColor yellow for: #number;
Expand Down

0 comments on commit 7fd5ee2

Please sign in to comment.