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

Commit 22368fc

Browse files
olafurpgcamdencheek
authored andcommitted
Register the strato language (#32739)
1 parent d0a4598 commit 22368fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/shared/src/languages.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ function getModeFromExtension(extension: string): string | undefined {
397397
case 'scala':
398398
return 'scala'
399399

400+
// Strato
401+
case 'strato':
402+
return 'strato'
403+
400404
// Scheme
401405
case 'scm':
402406
case 'sch':

0 commit comments

Comments
 (0)