Skip to content

Commit

Permalink
Syntax Highlighting: added missing keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Jun 10, 2021
1 parent 65424eb commit e833735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ts/languageclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,13 @@ listen
, 'derived'
, 'enumeration'
, 'using'
, 'import'
, 'export'
, 'invariant'
, 'structure'
, 'behavior'
, 'implement'
, 'operator'
, 'for'
, 'this'
, 'type'
Expand All @@ -268,6 +271,7 @@ listen
, 'in'
, 'case'
, 'of'
, 'as'
, 'default'
, '_'
, 'if'
Expand Down

0 comments on commit e833735

Please sign in to comment.