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)