Skip to content

Jinja2 Syntax Support for TextMate and Sublime Text

License

Notifications You must be signed in to change notification settings

m-messiah/yasm-jinja2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YASMJinja2

Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.

This is a plugin for TextMate and Sublime Text editors adding support of Json-compatible Jinja2 templates syntax. YASMJinja2 uses < brackets instead of {, for example:

<% for i in range(10) %>
<% if i % 2 %> <# just for odd numbers #>
Step << i >>.
<% endif %>
<% endfor %>

About

Jinja2 Syntax Support for TextMate and Sublime Text

Resources

License

Stars

Watchers

Forks

Packages

No packages published