Emacs mode to edit JSON

后端 未结 12 1767
面向向阳花
面向向阳花 2021-01-30 12:15

Does anybody know a good Emacs mode to edit JSON? An app I am working on uses a JSON based communication protocol and having the data nicely indented and syntax-highlighted woul

12条回答
  •  面向向阳花
    2021-01-30 13:00

    js-mode supports syntax highlighting and indentation for json files.

    This is as of Emacs 23.2, when espresso-mode was incorporated into Emacs and renamed js-mode.

    Check it out: http://www.nongnu.org/espresso/

提交回复
热议问题