Add dart to parsers alist
This commit is contained in:
parent
1f38085c8f
commit
c3cd842c37
@ -165,6 +165,7 @@ To some degree, yes. Currently out of the box support is provided for:
|
||||
* C
|
||||
* C++
|
||||
* Clojure
|
||||
* Dart
|
||||
* Go
|
||||
* Java
|
||||
* Javascript
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user