Skip to content

Commit

Permalink
Update src/ConcertoEditor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Roberts <[email protected]>
  • Loading branch information
muskanbararia and mttrbrts authored Nov 22, 2023
1 parent 33abfea commit da9e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConcertoEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ConcertoEditor( {value, onChange} : {value: string, onCh
id: 'concerto',
extensions: ['.cto'],
aliases: ['Concerto', 'concerto'],
mimetypes: ['application/concerto'],
mimetypes: ['application/vnd.accordproject.concerto'],
});

monaco.languages.setMonarchTokensProvider('concerto', {
Expand Down

0 comments on commit da9e94b

Please sign in to comment.