Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick11514 committed Nov 28, 2024
1 parent d260004 commit ec3e394
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/Editor.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<script setup lang="ts">
/**
* This component is used as Editor for editing file content.
* It provides interface for adding Extensions, which
* can for example add custom linting or hinting.
* Currently it is nowhere available, since integration
* would need to rewrite much more components.
*/
import CodeMirror, { EditorFromTextArea, type EditorConfiguration } from 'codemirror';
import { ref, watch } from 'vue';
import { currentTheme, ThemeValue } from '../utilities/storage';
Expand Down

0 comments on commit ec3e394

Please sign in to comment.