Kotlin support #6

closed
opened by bpavuk.neocities.org targeting main from [deleted fork]: main
Changed files
+3 -2
src
+2 -2
src/lib/highlight.ts
···
themes: ['catppuccin-latte', 'catppuccin-mocha'],
langs: [
'javascript', 'typescript', 'python', 'java', 'rust',
-
'go', 'c', 'cpp', 'csharp', 'php', 'ruby', 'cobol',
+
'go', 'c', 'cpp', 'csharp', 'php', 'ruby', 'cobol', 'kotlin',
'plaintext', 'txt', 'bash', 'nix'
]
})
···
}
})
}
-
}
+
}
+1
src/views/index.pug
···
"c++",
"cobol",
"nix",
+
"kotlin"
].toSorted())
doctype html
html