Skip to content

Commit b01a2ff

Browse files
committed
Add kotlin lang.
Signed-off-by: Eric Wang <[email protected]>
1 parent 31eb6a1 commit b01a2ff

File tree

3 files changed

+2
-1176
lines changed

3 files changed

+2
-1176
lines changed

Diff for: lib/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var DEFAULT_SYS_CONFIG = {
2424
'golang',
2525
'java',
2626
'javascript',
27+
'kotlin',
2728
'mysql',
2829
'python',
2930
'python3',

Diff for: lib/helper.js

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ var LANGS = [
3636
{lang: 'golang', ext: '.go', style: 'c'},
3737
{lang: 'java', ext: '.java', style: 'c'},
3838
{lang: 'javascript', ext: '.js', style: 'c'},
39+
{lang: 'kotlin', ext: '.kt', style: 'c'},
3940
{lang: 'mysql', ext: '.sql', style: '#'},
4041
{lang: 'python', ext: '.py', style: '#'},
4142
{lang: 'python3', ext: '.py3', style: '#'},

0 commit comments

Comments
 (0)