Enable triple quote in kotlin

This commit is contained in:
ObserverOfTime 2022-03-14 12:59:01 +02:00 committed by windwp
parent d2cde7c580
commit 6617498bea

View File

@ -31,7 +31,7 @@ local function setup(opt)
Rule("```.*$", "```", { 'markdown', 'vimwiki', 'rmarkdown', 'rmd', 'pandoc' })
:only_cr()
:use_regex(true),
Rule('"""', '"""', { 'python', 'elixir', 'julia' }),
Rule('"""', '"""', { 'python', 'elixir', 'julia', 'kotlin' }),
basic("'", "'", '-rust')
:with_pair(cond.not_before_regex("%w")),
basic("'", "'", 'rust')