Skip to content

Commit

Permalink
feat: add struct to handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
dghosef committed Aug 12, 2024
1 parent 9b56191 commit 55b7934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/handlers/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function handleInitialize(_params: InitializeParams) {
'type',
'typeParameter',
'variable',
'struct'
],
tokenModifiers: ['declaration'],
},
Expand Down

0 comments on commit 55b7934

Please sign in to comment.