Skip to content

Instantly share code, notes, and snippets.

@grafst
Created March 9, 2019 12:25
Show Gist options
  • Save grafst/b6df56c3177ea8613ca5fe671085d1f8 to your computer and use it in GitHub Desktop.
Save grafst/b6df56c3177ea8613ca5fe671085d1f8 to your computer and use it in GitHub Desktop.
Sublime tel link snippet
<snippet>
<content><![CDATA[
<a class="tel" href="tel:${1:number}" rel="nofollow" title="jetzt anrufen">${1:number}</a>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>tel</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment