Skip to content

Commit d603bfc

Browse files
committed
1. Update installs number to 108K
2. Update 'settings' page to mention the default configuration settings
1 parent e6872a1 commit d603bfc

File tree

14 files changed

+21
-19
lines changed

14 files changed

+21
-19
lines changed

vscode-xslt-xpath/authoring/settings.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
<code class="block">"XSLT.tasks.java.enabled": true
3737
"XSLT.tasks.js.enabled": true</code>
3838
<h3>General Settings For XSLT</h3>
39-
<p>You can set your preferences for XSLT and XML editing so they don't affect coding in languages managed by other extensions:</p>
39+
<p>This extension includes default configuration settings for XSLT editing features.</p>
40+
<p>These features include formatting, word-selection, and syntax-highlighting using semantic-tokens. You can set your own preferences for XSLT and XML editing. The language labels ensure these settings don't affect coding in other languages.</p>
4041
<code class="block"><![CDATA[ "[xslt]": {
4142
"editor.defaultFormatter": "deltaxml.xslt-xpath",
4243
"editor.formatOnSaveMode": "modifications",
@@ -75,8 +76,8 @@
7576
<a href="https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide">TextMate Grammar</a> for tokens which
7677
may be supplemented by Semantic Highlighting.
7778
</p>
78-
<p>To ensure XSLT and XPath is syntax highlighted in any <a href="https://code.visualstudio.com/docs/getstarted/themes">Color Theme</a>,
79-
you should explicitly enable Semantic Highlighting with the setting:
79+
<p>If XSLT and XPath is not syntax highlighted in any <a href="https://code.visualstudio.com/docs/getstarted/themes">Color Theme</a>,
80+
you can explicitly enable Semantic Highlighting with the setting:
8081
</p>
8182
<code class="block">
8283
"editor.semanticHighlighting.enabled": true

vscode-xslt-xpath/code-diagnostics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/dcp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/editing-xslt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/editing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/refactoring-xslt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/run-xslt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>

vscode-xslt-xpath/settings.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="six columns topTitle">
5858
<h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3>
5959
<h5 style="color: #aaeaaa;padding-bottom:2px">for Visual Studio Code</h5>
60-
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 100k</p>
60+
<p class="remove-bottom" style="margin-left: 50px; color: white">Installs: 108k</p>
6161
</div>
6262
</div>
6363
</div>
@@ -114,7 +114,8 @@ <h5>XSLT Tasks</h5>
114114
<code class="block">"XSLT.tasks.java.enabled": true
115115
"XSLT.tasks.js.enabled": true</code>
116116
<h3>General Settings For XSLT</h3>
117-
<p>You can set your preferences for XSLT and XML editing so they don't affect coding in languages managed by other extensions:</p>
117+
<p>This extension includes default configuration settings for XSLT editing features.</p>
118+
<p>These features include formatting, word-selection, and syntax-highlighting using semantic-tokens. You can set your own preferences for XSLT and XML editing. The language labels ensure these settings don't affect coding in other languages.</p>
118119
<code class="block"> "[xslt]": {
119120
"editor.defaultFormatter": "deltaxml.xslt-xpath",
120121
"editor.formatOnSaveMode": "modifications",
@@ -153,8 +154,8 @@ <h5>Syntax Highlighting</h5>
153154
<a href="https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide">TextMate Grammar</a> for tokens which
154155
may be supplemented by Semantic Highlighting.
155156
</p>
156-
<p>To ensure XSLT and XPath is syntax highlighted in any <a href="https://code.visualstudio.com/docs/getstarted/themes">Color Theme</a>,
157-
you should explicitly enable Semantic Highlighting with the setting:
157+
<p>If XSLT and XPath is not syntax highlighted in any <a href="https://code.visualstudio.com/docs/getstarted/themes">Color Theme</a>,
158+
you can explicitly enable Semantic Highlighting with the setting:
158159
</p>
159160
<code class="block">
160161
"editor.semanticHighlighting.enabled": true

0 commit comments

Comments
 (0)