Skip to content

Commit 3a57fdc

Browse files
committed
minor updates to editing xslt - mainly to confirm usage after long delay
1 parent 4fd44bf commit 3a57fdc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

vscode-xslt-xpath/authoring/editing-xslt.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<p class="caption"><em>Eva Dark Theme</em></p>
2626
<img src="resources/dark-eva.png" class="scale-with-grid"/>
2727

28-
<p>For improved performance and precision, this extension eschews the default
29-
but <a href="https://github.com/microsoft/vscode/issues/77140">problematic TM Grammar</a>
30-
and instead uses Visual Studio Code's
28+
<p>For improved performance and precision, this extension avoids using the default
29+
but <a href="https://github.com/microsoft/vscode/issues/77140">problematic TM Grammar</a>.
30+
Instead we use Visual Studio Code's
3131
<a href="https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide">Semantic Highlighting</a> introduced in 2020.
32-
feature. For external <a href="https://code.visualstudio.com/docs/getstarted/themes">color themes</a> you should explicitly enable Semantic Highlighting. See
32+
For <a href="https://code.visualstudio.com/docs/getstarted/themes">color themes</a> extensions you should explicitly enable Semantic Highlighting. See
3333
the <a href="settings.html">Settings</a> page for more information.
3434
</p>
3535

vscode-xslt-xpath/editing-xslt.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ <h3 id="highlighting">Syntax Highlighting</h3>
104104
<p class="caption"><em>Eva Dark Theme</em></p>
105105
<img src="resources/dark-eva.png" class="scale-with-grid">
106106

107-
<p>For improved performance and precision, this extension eschews the default
108-
but <a href="https://github.com/microsoft/vscode/issues/77140">problematic TM Grammar</a>
109-
and instead uses Visual Studio Code's
107+
<p>For improved performance and precision, this extension avoids using the default
108+
but <a href="https://github.com/microsoft/vscode/issues/77140">problematic TM Grammar</a>.
109+
Instead we use Visual Studio Code's
110110
<a href="https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide">Semantic Highlighting</a> introduced in 2020.
111-
feature. For external <a href="https://code.visualstudio.com/docs/getstarted/themes">color themes</a> you should explicitly enable Semantic Highlighting. See
111+
For <a href="https://code.visualstudio.com/docs/getstarted/themes">color themes</a> extensions you should explicitly enable Semantic Highlighting. See
112112
the <a href="settings.html">Settings</a> page for more information.
113113
</p>
114114

0 commit comments

Comments
 (0)