dakrone / es-mode

An Emacs major mode for interacting with Elasticsearch
GNU General Public License v3.0
195 stars 34 forks source link

Support triple-quotes #65

Closed dakrone closed 4 years ago

dakrone commented 6 years ago

Kibana's Console supports wrapping things like:

"body": """
  here is some "stuff" with quotes
"""

It'd be great if es-mode supported this also.

dakrone commented 4 years ago

Added by #74!