Added julia to the triple quote rule

This commit is contained in:
Oliver Leete 2021-10-15 00:38:38 +01:00 committed by windwp
parent 42c64e70e0
commit 2cab63437f

View File

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