lectures.alex.balgavy.eu

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

application_code-..-(app).sublime-snippet (196B)


      1 <snippet>
      2 	<content><![CDATA[if __FILE__ == \$PROGRAM_NAME
      3 	$0
      4 end]]></content>
      5 	<tabTrigger>app</tabTrigger>
      6 	<scope>source.ruby</scope>
      7 	<description>application { .. }</description>
      8 </snippet>