mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-25 08:09:59 +08:00
Merge branch 'master' of git://github.com/albergoniSivaf/BookStack into albergoniSivaf-master
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
<a @click="updateLanguage('SQL')">SQL</a>
|
||||
<a @click="updateLanguage('XML')">XML</a>
|
||||
<a @click="updateLanguage('YAML')">YAML</a>
|
||||
<a @click="updateLanguage('PASCAL')">Pascal</a>
|
||||
</small>
|
||||
</div>
|
||||
<input @keypress.enter="save()" id="code-editor-language" type="text" @input="updateEditorMode(language)" v-model="language">
|
||||
|
Reference in New Issue
Block a user