Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit dc5f0cf

Browse files
committed
fix(editor): add :lang to tursted_atoms
1 parent efa82d5 commit dc5f0cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/helper/converter/editor_to_html/validator.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ defmodule Helper.Converter.EditorToHTML.Validator do
2828
:labelType,
2929
:indent,
3030
:checked,
31-
:label
31+
:label,
32+
# code
33+
:lang
3234
]
3335

3436
Enum.each(tursted_atoms, fn atom -> _ = atom end)

0 commit comments

Comments
 (0)