UNPKG

monaco-editor

Version:
10 lines (8 loc) 275 B
import { registerLanguage } from '../_.contribution.js'; registerLanguage({ id: "handlebars", extensions: [".handlebars", ".hbs"], aliases: ["Handlebars", "handlebars", "hbs"], mimetypes: ["text/x-handlebars-template"], loader: () => import('./handlebars.js') });