From c3cd842c379b0606f283d348a6a4a8b05dd8d692 Mon Sep 17 00:00:00 2001 From: Brady Trainor Date: Wed, 9 Jan 2019 22:02:51 -0800 Subject: [PATCH] Add dart to parsers alist --- README.md | 1 + origami-parsers.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d0e4e3f..b920f37 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ To some degree, yes. Currently out of the box support is provided for: * C * C++ * Clojure +* Dart * Go * Java * Javascript diff --git a/origami-parsers.el b/origami-parsers.el index 87c704f..dc1ed14 100644 --- a/origami-parsers.el +++ b/origami-parsers.el @@ -251,6 +251,7 @@ position in the CONTENT." (js3-mode . origami-c-style-parser) (go-mode . origami-c-style-parser) (php-mode . origami-c-style-parser) + (dart-mode . origami-c-style-parser) (python-mode . origami-python-parser) (emacs-lisp-mode . origami-elisp-parser) (lisp-interaction-mode . origami-elisp-parser)