Skip to content

Commit dcea09c

Browse files
authored
class keyword designscript align (DynamoDS#13998)
- aligned class keyword color to python
1 parent 1c599af commit dcea09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DynamoCoreWpf/UI/Resources/DesignScript.Resources.SyntaxHighlighting.xshd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
<Key word="local" />
4444
<Key word="static" />
4545
<Key word="this" />
46+
<Key word="extends" />
4647
</KeyWords>
47-
<KeyWords name="ClassStatement" color="#F2A9F2">
48+
<KeyWords name="ClassStatement" color="#6AC0E7">
4849
<Key word="class" />
49-
<Key word="extends" />
5050
</KeyWords>
5151
<KeyWords name="ExceptionHandlingStatements" color="#F2A9F2">
5252
<Key word="throw" />

0 commit comments

Comments
 (0)