tadded markers for vim - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 2143589d3703ac5fa2a98a651b5458588a03cfa9
 (DIR) parent 1b934c538c6c838432c167b4c3dc7934f4c6ff93
 (HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Thu,  8 Aug 2013 20:28:30 +0200
       
       added markers for vim
       
       Diffstat:
         M foot.template                       |       2 +-
         M index.html                          |       4 +++-
       
       2 files changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/foot.template b/foot.template
       t@@ -5,4 +5,4 @@
            </footer>
          </body>
        </html>
       -<!-- vim: set sw=2 et ai: -->
       +<!-- vim: set sw=2 et ai fdm=marker: -->
 (DIR) diff --git a/index.html b/index.html
       t@@ -12,6 +12,7 @@
            </header>
            <div id='wrapper'>
              <section>
       +        <!-- Test your CSS {{{ -->
                <h1>
                <a href='/2013/08/test-your-css.html'>Test your CSS !</a>
                </h1>
       t@@ -25,6 +26,7 @@
                  Feel free to download and share!
                  </p>
                </article>
       +        <!-- }}} -->
              </section>
            </div>
            <div id='blank'></div>
       t@@ -34,4 +36,4 @@
            </footer>
          </body>
        </html>
       -<!-- vim: set sw=2 et ai: -->
       +<!-- vim: set sw=2 et ai fdm=marker: -->