Skip to content

Commit 92da1bd

Browse files
feat: add kotlin support (#130)
1 parent 399f92d commit 92da1bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ local L = {
4949
javascriptreact = { M.cxx_l, M.cxx_b },
5050
jsonc = { M.cxx_l },
5151
julia = { M.hash, '#=%s=#' },
52+
kotlin = { M.cxx_l, M.cxx_b },
5253
lidris = { M.dash, M.haskell_b },
5354
lisp = { M.lisp_l, M.lisp_b },
5455
lua = { M.dash, M.dash_bracket },

0 commit comments

Comments
 (0)