Navigation Menu

Skip to content

Commit

Permalink
A few more Nitrogen macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonGretar committed Nov 14, 2008
1 parent 060e1bd commit 5953ae8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Plugin/Resources/Nitrogen Framework.xctxtmacro
Expand Up @@ -20,7 +20,7 @@
Name = "Body (Nitrogen)";
IsMenuItem = YES;
Tag = body;
DefaultContent = "title=\"Untitled\" , body=[<#!contents!#>]";
DefaultContent = "title=\"Untitled\" , body=[\n\t<#!contents!#>\n]";
CompletionPrefix = "#body";
},
{
Expand All @@ -41,6 +41,15 @@
DefaultContent = "";
CompletionPrefix = "#br";
},
{
Identifier = "erlang.nitrogen.element.span";
BasedOn = "erlang.nitrogen.element";
Name = "Span (Nitrogen)";
IsMenuItem = NO;
Tag = span;
DefaultContent = "text=<#!contents!#>";
CompletionPrefix = "#span";
},
{
Identifier = "erlang.nitrogen.wf";
Name = "WF Commands";
Expand All @@ -53,7 +62,7 @@
BasedOn = "erlang.nitrogen.wf";
Name = "WF:Render (Nitrogen)";
IsMenuItem = YES;
Method = rende;
Method = render;
DefaultContent = "<#!contents!#>";
CompletionPrefix = "wf:render";
},
Expand Down

0 comments on commit 5953ae8

Please sign in to comment.