Skip to content

Instantly share code, notes, and snippets.

@marcomansilla
Created January 4, 2015 04:38
Show Gist options
  • Save marcomansilla/c1c07cc2cd04bb35e3b2 to your computer and use it in GitHub Desktop.
Save marcomansilla/c1c07cc2cd04bb35e3b2 to your computer and use it in GitHub Desktop.

Revisions

  1. Marco created this gist Jan 4, 2015.
    12 changes: 12 additions & 0 deletions test folding feature of web-mode
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!doctype html>
    <html>
    <head>
    <title>This goes to gist</title>
    <meta charset="utf-8" />
    </head>
    <body>
    <div>
    <span>This should fold, but does not...</span>
    </div>
    </body>
    </html>