mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Merge pull request #135 from mattvague/patch-1
Fix incorrect filenames for liquid
This commit is contained in:
commit
9a0f5e7f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ import { registerLanguage } from '../_.contribution';
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'liquid',
|
id: 'liquid',
|
||||||
extensions: ['.liquid', '.liquid.html', '.liquid.css'],
|
extensions: ['.liquid', '.html.liquid'],
|
||||||
loader: () => import('./liquid')
|
loader: () => import('./liquid')
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue