Skip to content

Commit

Permalink
Merge pull request gitextensions#2 from jbialobr/master
Browse files Browse the repository at this point in the history
More TypeScript key words.
  • Loading branch information
drewnoakes authored Sep 7, 2018
2 parents a211167 + 363e6a7 commit 4e4ef10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project/Resources/TypeScript.xshd
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@ https://github.com/ei
<Key word="implements"/>
<Key word="import"/>
<Key word="in"/>
<Key word="infer"/>
<Key word="instanceof"/>
<Key word="interface"/>
<Key word="keyof"/>
<Key word="let"/>
<Key word="module"/>
<Key word="namespace"/>
<Key word="new"/>
<Key word="null"/>
<Key word="number"/>
Expand All @@ -105,6 +108,7 @@ https://github.com/ei
<Key word="private"/>
<Key word="protected"/>
<Key word="public"/>
<Key word="readonly"/>
<Key word="require"/>
<Key word="return"/>
<Key word="set"/>
Expand All @@ -119,6 +123,7 @@ https://github.com/ei
<Key word="try"/>
<Key word="type"/>
<Key word="typeof"/>
<Key word="undefined"/>
<Key word="var"/>
<Key word="void"/>
<Key word="while"/>
Expand Down

0 comments on commit 4e4ef10

Please sign in to comment.