Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Register the strato language (#32739)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg authored and camdencheek committed Mar 17, 2022
1 parent d0a4598 commit 22368fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/shared/src/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ function getModeFromExtension(extension: string): string | undefined {
case 'scala':
return 'scala'

// Strato
case 'strato':
return 'strato'

// Scheme
case 'scm':
case 'sch':
Expand Down

0 comments on commit 22368fc

Please sign in to comment.