Skip to content

Commit ae3c001

Browse files
authored
Merge pull request #63 from lizy14/patch-1
Add filetype jinja in frontend
2 parents b881e60 + fe6c0b9 commit ae3c001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-editor-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ render(){
9797
<button @click="${e=>this.txtSize(2)}">A</button>
9898
<button @click="${e=>this.txtSize(1)}">+</button>
9999
<select @change=${this.extChange}>
100-
${["yaml","py","json","conf","js","txt","log","all"].map(value =>
100+
${["yaml","py","json","conf","js","txt","log","jinja","all"].map(value =>
101101
html`<option ?selected=${value === this.edit.ext }
102102
value=${value}>${value.toUpperCase()}</option>`)}
103103
</select>

0 commit comments

Comments
 (0)