lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

html.sublime-snippet (247B)


      1 <snippet>
      2 	<content><![CDATA[<!DOCTYPE html>
      3 <html>
      4 <head>
      5 	<title>$1</title>
      6 </head>
      7 <body>
      8 $0
      9 </body>
     10 </html>]]></content>
     11 	<tabTrigger>html</tabTrigger>
     12 	<scope>text.html &amp; (- meta.tag | punctuation.definition.tag.begin)</scope>
     13 </snippet>