We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867b0ee commit b2dfe09Copy full SHA for b2dfe09
Components/Tooltip.sublime-snippet
@@ -0,0 +1,9 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<button class="btn tooltip" data-tooltip="${1: tooltip text here}">${2: button text here}</button>
4
+]]></content>
5
+
6
+<tabTrigger>sp-tt</tabTrigger>
7
+<scope>text.html</scope>
8
+ <description>Spectre-Tooltip</description>
9
+</snippet>
test.html
@@ -5,6 +5,5 @@
<title>sample</title>
</head>
<body>
-
</body>
10
</html>
0 commit comments