|
57 | 57 | <div class="six columns topTitle"> |
58 | 58 | <h3 class="remove-bottom" style="color: #aaeaaa">XSLT and XPath</h3> |
59 | 59 | <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> |
61 | 61 | </div> |
62 | 62 | </div> |
63 | 63 | </div> |
@@ -114,7 +114,8 @@ <h5>XSLT Tasks</h5> |
114 | 114 | <code class="block">"XSLT.tasks.java.enabled": true |
115 | 115 | "XSLT.tasks.js.enabled": true</code> |
116 | 116 | <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> |
118 | 119 | <code class="block"> "[xslt]": { |
119 | 120 | "editor.defaultFormatter": "deltaxml.xslt-xpath", |
120 | 121 | "editor.formatOnSaveMode": "modifications", |
@@ -153,8 +154,8 @@ <h5>Syntax Highlighting</h5> |
153 | 154 | <a href="https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide">TextMate Grammar</a> for tokens which |
154 | 155 | may be supplemented by Semantic Highlighting. |
155 | 156 | </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: |
158 | 159 | </p> |
159 | 160 | <code class="block"> |
160 | 161 | "editor.semanticHighlighting.enabled": true |
|
0 commit comments