Skip to content

Commit

Permalink
Added syntax kotlin support (#50)
Browse files Browse the repository at this point in the history
Kotlin it's likely java so I used the same params.
  • Loading branch information
Sagebati authored and osterman committed Dec 6, 2018
1 parent 94b7260 commit beaf445
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ java:
open: '/*\n'
close: ' */\n\n'
prefix: ' * '

kotlin:
ext: ['.kt']
comment:
open: '/*\n'
clone: ' */\n\n'
prefix: ' * '

golang:
ext: ['.go']
Expand Down

0 comments on commit beaf445

Please sign in to comment.