Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -192,6 +192,7 @@ | @@ -192,6 +192,7 @@ | ||
| 192 | enableBasicAutocompletion: true, | 192 | enableBasicAutocompletion: true, |
| 193 | enableLiveAutocompletion: true, | 193 | enableLiveAutocompletion: true, |
| 194 | enableSnippets: true, | 194 | enableSnippets: true, |
| 195 | + enableEmmet: true, | ||
| 195 | theme: getAceClass.value === 'dark' ? 'ace/theme/terminal' : 'ace/theme/chrome', | 196 | theme: getAceClass.value === 'dark' ? 'ace/theme/terminal' : 'ace/theme/chrome', |
| 196 | }); | 197 | }); |
| 197 | aceEditor.value.setValue(''); | 198 | aceEditor.value.setValue(''); |