mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 22:59:58 +08:00
Added support for Fortran language
sorted import alphabetically
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
<a @click="updateLanguage('C')">C</a>
|
||||
<a @click="updateLanguage('C++')">C++</a>
|
||||
<a @click="updateLanguage('C#')">C#</a>
|
||||
<a @click="updateLanguage('Fortran')">Fortran</a>
|
||||
<a @click="updateLanguage('Go')">Go</a>
|
||||
<a @click="updateLanguage('HTML')">HTML</a>
|
||||
<a @click="updateLanguage('INI')">INI</a>
|
||||
|
Reference in New Issue
Block a user