Skip to content

Commit 2bc544c

Browse files
committed
Removed " & '
I suspect they are the reason package control bot requests changes.
1 parent cb84b36 commit 2bc544c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

snippets/qcardtitle.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<tabTrigger>qcardtitle</tabTrigger>
66
<scope>text.html.vue</scope>
77
<description>QCardTitle has three main areas ...</description>
8-
<!-- Long description: QCardTitle has three main areas (all are optional): title, subtitle (subtitle slot) and right side (right slot). -->
8+
<!-- Long description: QCardTitle has three main areas (all are optional): title, subtitle (subtitle slot) and right side (right slot). -->
99
</snippet>

snippets/qeditor.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
]]></content>
55
<tabTrigger>qeditor</tabTrigger>
66
<scope>text.html.vue</scope>
7-
<description>A WYSIWYG (what you see is what...</description>
8-
<!-- Long description: A WYSIWYG (what you see is what you get) editor component. -->
7+
<description>A WYSIWYG (what you see is what...</description>
8+
<!-- Long description: A WYSIWYG (what you see is what you get) editor component. -->
99
</snippet>

snippets/qfab.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<tabTrigger>qfab</tabTrigger>
88
<scope>text.html.vue</scope>
99
<description>A Floating Action Button (FAB) r...</description>
10-
<!-- Long description: A Floating Action Button (FAB) represents the primary action in an App Page. But, it’s not limited to only a single action. It can contain any number of sub-actions too -->
10+
<!-- Long description: A Floating Action Button (FAB) represents the primary action in an App Page. But, it is not limited to only a single action. It can contain any number of sub-actions too -->
1111
</snippet>

snippets/qpopupedit.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<tabTrigger>qpopupedit</tabTrigger>
88
<scope>text.html.vue</scope>
99
<description>QPopupEdit is a component that c...</description>
10-
<!-- Long description: QPopupEdit is a component that can be used to edit a value in place, like for example a cell in a QTable. -->
10+
<!-- Long description: QPopupEdit is a component that can be used to edit a value in place, like for example a cell in a QTable. -->
1111
</snippet>

snippets/qtoolbar.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<tabTrigger>qtoolbar</tabTrigger>
66
<scope>text.html.vue</scope>
77
<description>A Quasar Layout can have headers...</description>
8-
<!-- Long description: A Quasar Layout can have headers and/or footers (also called marginals) and this is a great place to use Toolbars, but note that you can also place Toolbars anywhere else you want. One QToolbar will represent a row in your marginals, usually used for navigation buttons and a title (but not limited to only this). -->
8+
<!-- Long description: A Quasar Layout can have headers and/or footers (also called marginals) and this is a great place to use Toolbars, but note that you can also place Toolbars anywhere else you want. One QToolbar will represent a row in your marginals, usually used for navigation buttons and a title (but not limited to only this). -->
99
</snippet>

snippets/qtoolbartitle.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
]]></content>
77
<tabTrigger>qtoolbartitle</tabTrigger>
88
<scope>text.html.vue</scope>
9-
<description>Used to wrap the title of your...</description>
10-
<!-- Long description: Used to wrap the title of your Toolbar. It spreads horizontally to the full real estate space it can get. If not enough space to cover the full extent of the content then ending ellipsis are used. -->
9+
<description>Used to wrap the title of your...</description>
10+
<!-- Long description: Used to wrap the title of your Toolbar. It spreads horizontally to the full real estate space it can get. If not enough space to cover the full extent of the content then ending ellipsis are used. -->
1111
</snippet>

0 commit comments

Comments
 (0)