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 0e8ff44 commit 95763baCopy full SHA for 95763ba
Components/Pagination1.sublime-snippet
@@ -0,0 +1,31 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<ul class="pagination">
4
+ <li class="page-item disabled">
5
+ <a href="#" tabindex="-1">Previous</a>
6
+ </li>
7
+ <li class="page-item active">
8
+ <a href="#">1</a>
9
10
+ <li class="page-item">
11
+ <a href="#">2</a>
12
13
14
+ <a href="#">3</a>
15
16
17
+ <span>...</span>
18
19
20
+ <a href="#">12</a>
21
22
23
+ <a href="#">Next</a>
24
25
+</ul>
26
+]]></content>
27
+
28
+<tabTrigger>sp-pg1</tabTrigger>
29
+<scope>text.html</scope>
30
+ <description>Spectre-pagination pg-no</description>
31
+</snippet>
0 commit comments