Skip to content

Commit

Permalink
class keyword designscript align (DynamoDS#13998)
Browse files Browse the repository at this point in the history
- aligned class keyword color to python

(cherry picked from commit dcea09c)
  • Loading branch information
dnenov authored and reddyashish committed May 17, 2023
1 parent a5597d5 commit 50550a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<Key word="local" />
<Key word="static" />
<Key word="this" />
<Key word="extends" />
</KeyWords>
<KeyWords name="ClassStatement" color="#F2A9F2">
<KeyWords name="ClassStatement" color="#6AC0E7">
<Key word="class" />
<Key word="extends" />
</KeyWords>
<KeyWords name="ExceptionHandlingStatements" color="#F2A9F2">
<Key word="throw" />
Expand Down

0 comments on commit 50550a7

Please sign in to comment.