dart-mode

https://github.com/nex3/dart-mode.git

git clone 'git://github.com/nex3/dart-mode.git'
41

Dart Mode

Dart Mode is a major mode for editing Dart files in Emacs.

Installation

  1. Add both MELPA and Marmalade to your package-archives if you don't already have them.

  2. Install dart-mode via: M-x package-refresh-contents [RET] M-x package-install [RET] dart-mode

  3. OPTIONAL: To enable on-the-fly syntax checking, add the following to your .emacs file: (setq dart-enable-analysis-server t) (add-hook 'dart-mode-hook 'flycheck-mode)