mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge remote-tracking branch 'origin/main' into pr/anark/136
This commit is contained in:
commit
1a8360be0c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { registerLanguage } from '../_.contribution';
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'liquid',
|
id: 'liquid',
|
||||||
extensions: ['.liquid', '.liquid.html', '.liquid.css'],
|
extensions: ['.liquid', '.html.liquid'],
|
||||||
aliases: ['Liquid', 'liquid'],
|
aliases: ['Liquid', 'liquid'],
|
||||||
mimetypes: ['application/liquid'],
|
mimetypes: ['application/liquid'],
|
||||||
loader: () => import('./liquid')
|
loader: () => import('./liquid')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue