forked from ruby-syntax-tree/syntax_tree-xml
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for more syntax and better multiline ERB formatting (#92)
* Several improvements - Fix alignment in multiline Ruby, at the cost of making the code less concise - Don't break the line between "<% if" and the condition - Support <% when 1, 2 %> The most controversial change is <%= long_command( ... ) %> instead of <%= long_command( ... ) %> * Support <div <%= erb %>>
- Loading branch information
Showing
18 changed files
with
369 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.