mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
feat: added UI for configuration template in recipe settings
Some checks are pending
tests / ci (push) Waiting to run
Some checks are pending
tests / ci (push) Waiting to run
This commit is contained in:
parent
49222838c4
commit
4e345c493d
8 changed files with 262 additions and 9 deletions
|
|
@ -9,6 +9,7 @@ import { javascript } from '@codemirror/lang-javascript';
|
|||
import { json } from '@codemirror/lang-json';
|
||||
import { css } from '@codemirror/lang-css';
|
||||
import { liquid } from '@codemirror/lang-liquid';
|
||||
import { yaml } from '@codemirror/lang-yaml';
|
||||
import { oneDark } from '@codemirror/theme-one-dark';
|
||||
import { githubLight } from '@fsegurai/codemirror-theme-github-light';
|
||||
|
||||
|
|
@ -20,6 +21,8 @@ const LANGUAGE_MAP = {
|
|||
'css': css,
|
||||
'liquid': liquid,
|
||||
'html': html,
|
||||
'yaml': yaml,
|
||||
'yml': yaml,
|
||||
};
|
||||
|
||||
// Theme support mapping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue