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
··· 9 9 themes: ['catppuccin-latte', 'catppuccin-mocha'], 10 10 langs: [ 11 11 'javascript', 'typescript', 'python', 'java', 'rust', 12 - 'go', 'c', 'cpp', 'csharp', 'php', 'ruby', 'cobol', 12 + 'go', 'c', 'cpp', 'csharp', 'php', 'ruby', 'cobol', 'kotlin', 13 13 'plaintext', 'txt', 'bash', 'nix' 14 14 ] 15 15 }) ··· 45 45 } 46 46 }) 47 47 } 48 - } 48 + }
+1
src/views/index.pug
··· 23 23 "c++", 24 24 "cobol", 25 25 "nix", 26 + "kotlin" 26 27 ].toSorted()) 27 28 doctype html 28 29 html