mirror of
https://github.com/outline/outline.git
synced 2026-01-06 02:59:54 -06:00
fix: Reorder code block language choice
This commit is contained in:
@@ -22,6 +22,7 @@ export const LANGUAGES = {
|
||||
java: "Java",
|
||||
javascript: "JavaScript",
|
||||
json: "JSON",
|
||||
jsx: "JSX",
|
||||
kotlin: "Kotlin",
|
||||
lisp: "Lisp",
|
||||
lua: "Lua",
|
||||
@@ -40,9 +41,8 @@ export const LANGUAGES = {
|
||||
solidity: "Solidity",
|
||||
swift: "Swift",
|
||||
toml: "TOML",
|
||||
typescript: "TypeScript",
|
||||
tsx: "TSX",
|
||||
jsx: "JSX",
|
||||
typescript: "TypeScript",
|
||||
vb: "Visual Basic",
|
||||
yaml: "YAML",
|
||||
zig: "Zig",
|
||||
|
||||
Reference in New Issue
Block a user