Skip to content

Commit

Permalink
Revert C++ to c-style-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsexton committed Jan 29, 2017
1 parent 666b72a commit c74e77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origami-parsers.el
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ position in the CONTENT."
(defcustom origami-parser-alist
`((java-mode . origami-java-parser)
(c-mode . origami-c-parser)
(c++-mode . origami-c-parser)
(c++-mode . origami-c-style-parser)
(perl-mode . origami-c-style-parser)
(cperl-mode . origami-c-style-parser)
(js-mode . origami-c-style-parser)
Expand Down

1 comment on commit c74e77e

@dubnde
Copy link

@dubnde dubnde commented on c74e77e Feb 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh! I just realised after creating #53 that this was reverted. What was the reason for reverting this change?

Please sign in to comment.