tpope / vim-endwise

endwise.vim: Wisely add

Home Page:https://www.vim.org/scripts/script.php?script_id=2386

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support """

rstacruz opened this issue · comments

Python, CoffeeScript and Elixir allows """ for multiline strings, such as:

@doc """
This is a long string
It spans multiple lines
"""

It makes sense to auto-close it too.

This plugin seems to handle """ https://github.com/jiangmiao/auto-pairs