Skip to content

Commit e723e5b

Browse files
committed
rename nav snippets
1 parent d660e53 commit e723e5b

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ __cond__
3939
__dummy__
4040

4141
```html
42-
One morning, when Gregor Samsa woke from troubled dreams, he found
43-
himself transformed in his bed into a horrible vermin. He lay on his
44-
armour-like back, and if he lifted his head a little he could see
45-
his brown belly, slightly domed and divided by arches into stiff
46-
sections. The bedding was hardly able to cover it and seemed ready
47-
to slide off any moment. His many legs, pitifully thin compared with
48-
the size of the rest of him, waved about helplessly as he looked.
42+
One morning, when Gregor Samsa woke from troubled dreams, he found
43+
himself transformed in his bed into a horrible vermin. He lay on his
44+
armour-like back, and if he lifted his head a little he could see
45+
his brown belly, slightly domed and divided by arches into stiff
46+
sections. The bedding was hardly able to cover it and seemed ready
47+
to slide off any moment. His many legs, pitifully thin compared with
48+
the size of the rest of him, waved about helplessly as he looked.
4949
"What's happened to me? " he thought.
5050
```
5151

@@ -108,12 +108,12 @@ __jquery__
108108
__lorem__
109109

110110
```html
111-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
112-
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
113-
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
114-
aliquip ex ea commodo consequat. Duis aute irure dolor in
115-
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
116-
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
111+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
112+
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
113+
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
114+
aliquip ex ea commodo consequat. Duis aute irure dolor in
115+
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
116+
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
117117
culpa qui officia deserunt mollit anim id est laborum.
118118
```
119119

@@ -127,28 +127,28 @@ __meta__
127127

128128
__nav__
129129

130-
For when using `inline-block`.
131-
132130
```html
133-
<nav class="main-nav">
131+
<nav class="main-nav clearfix">
134132
<ul>
135-
<li><a href="#">$1</a></li><!--
136-
--><li><a href="#">$2</a></li><!--
137-
--><li><a href="#">$3</a></li><!--
138-
--><li><a href="#">$4</a></li>
133+
<li><a href="#">$1</a></li>
134+
<li><a href="#">$2</a></li>
135+
<li><a href="#">$3</a></li>
136+
<li><a href="#">$4</a></li>
139137
</ul>
140138
</nav>
141139
```
142140

143-
__nav2__
141+
__navib__
142+
143+
For when using `inline-block`.
144144

145145
```html
146-
<nav class="main-nav clearfix">
146+
<nav class="main-nav">
147147
<ul>
148-
<li><a href="#">$1</a></li>
149-
<li><a href="#">$2</a></li>
150-
<li><a href="#">$3</a></li>
151-
<li><a href="#">$4</a></li>
148+
<li><a href="#">$1</a></li><!--
149+
--><li><a href="#">$2</a></li><!--
150+
--><li><a href="#">$3</a></li><!--
151+
--><li><a href="#">$4</a></li>
152152
</ul>
153153
</nav>
154154
```
@@ -193,4 +193,4 @@ __ul__
193193
<li>$3</li>
194194
<li>$4</li>
195195
</ul>
196-
```
196+
```

nav.sublime-snippet

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<snippet>
2-
<content><![CDATA[<nav class="main-nav">
2+
<content><![CDATA[<nav class="main-nav clearfix">
33
<ul>
4-
<li><a href="#">$1</a></li><!--
5-
--><li><a href="#">$2</a></li><!--
6-
--><li><a href="#">$3</a></li><!--
7-
--><li><a href="#">$4</a></li>
4+
<li><a href="#">$1</a></li>
5+
<li><a href="#">$2</a></li>
6+
<li><a href="#">$3</a></li>
7+
<li><a href="#">$4</a></li>
88
</ul>
99
</nav>$5]]></content>
10-
<tabTrigger>nav</tabTrigger>
11-
<description>HTML - Navigation object (inline-block)</description>
10+
<tabTrigger>nav2</tabTrigger>
11+
<description>HTML - Navigation object</description>
1212
<scope>text.html</scope>
1313
</snippet>

nav2.sublime-snippet

Lines changed: 0 additions & 13 deletions
This file was deleted.

navib.sublime-snippet

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<snippet>
2+
<content><![CDATA[<nav class="main-nav">
3+
<ul>
4+
<li><a href="#">$1</a></li><!--
5+
--><li><a href="#">$2</a></li><!--
6+
--><li><a href="#">$3</a></li><!--
7+
--><li><a href="#">$4</a></li>
8+
</ul>
9+
</nav>$5]]></content>
10+
<tabTrigger>nav</tabTrigger>
11+
<description>HTML - Navigation object (inline-block)</description>
12+
<scope>text.html</scope>
13+
</snippet>

0 commit comments

Comments
 (0)