Skip to content

Commit

Permalink
Add Tilt::EmacsOrg support
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktivista authored and judofyr committed Mar 1, 2022
1 parent e7432c5 commit 9b02c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ These template engines ship with their own Tilt integration:
| Embedded CoffeeScript | | sprockets |
| JST | | sprockets |
| Org-mode | .org | org-ruby (>= 0.6.2) |
| Emacs Org | .org | tilt-emacs_org |
| Handlebars | .hbs, handlebars | tilt-handlebars |
| Jbuilder | .jbuilder | tilt-jbuilder |

Expand Down
1 change: 1 addition & 0 deletions lib/tilt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def clear
register_lazy 'Slim::Template', 'slim', 'slim'
register_lazy 'Tilt::HandlebarsTemplate', 'tilt/handlebars', 'handlebars', 'hbs'
register_lazy 'Tilt::OrgTemplate', 'org-ruby', 'org'
register_lazy 'Tilt::EmacsOrgTemplate', 'tilt/emacs_org', 'org'
register_lazy 'Opal::Processor', 'opal', 'opal', 'rb'
register_lazy 'Tilt::JbuilderTemplate', 'tilt/jbuilder', 'jbuilder'
end

0 comments on commit 9b02c6f

Please sign in to comment.