mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #136 from anark/main
Add aliases and mimetypes to liquid language
This commit is contained in:
commit
74dc6cecc0
1 changed files with 2 additions and 0 deletions
|
|
@ -8,5 +8,7 @@ import { registerLanguage } from '../_.contribution';
|
|||
registerLanguage({
|
||||
id: 'liquid',
|
||||
extensions: ['.liquid', '.html.liquid'],
|
||||
aliases: ['Liquid', 'liquid'],
|
||||
mimetypes: ['application/liquid'],
|
||||
loader: () => import('./liquid')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue