Skip to content

Commit

Permalink
Removed more markdown code
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jun 19, 2016
1 parent 8979b47 commit bc761a1
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 310 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ protected override bool Execute(MinifyCommandId commandId, uint nCmdexecopt, Int

protected override bool IsEnabled()
{
// Don't minify Markdown
_spansTuple = TextView.GetSelectedSpan(c => !c.IsOfType("Markdown")
&& Mef.GetImport<IFileMinifier>(c) != null);
//// Don't minify Markdown
//_spansTuple = TextView.GetSelectedSpan(c => !c.IsOfType("Markdown")
// && Mef.GetImport<IFileMinifier>(c) != null);
return _spansTuple != null;
}
}
Expand Down
Loading

0 comments on commit bc761a1

Please sign in to comment.