Skip to content

Commit 34bd334

Browse files
committed
refinement of readme - less fuzzy main screenshot
1 parent 0017651 commit 34bd334

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
[<img src="deltaxmlLogo.png">](https://www.deltaxml.com/?utm_source=VisualStudio&utm_medium=Dev-Tools&utm_campaign=XSLT-XPATH)
22
# XSLT/XPath for Visual Studio Code
33

4-
This XSLT/XPath extension for VSCode provides comprehensive language support for XSLT 3.0 and XPath 3.1.
4+
The XSLT/XPath extension for VSCode provides comprehensive language support for XSLT 3.0 and XPath 3.1.
55

6-
![vscode-xslt](vscode-xslt.png)
6+
![xslt-xpath screenshot](vscode-xslt.png)
77

8-
*Screenshot showing XSLT symbol-outline, problem-reporting and syntax-highlighting:*
98
# XSLT/XPath Features
109

1110
| Feature | Details |
1211
| ------- | ------- |
1312
| **XSLT 3.0/XPath 3.1** | See W3C specifications for [XSLT](https://www.w3.org/TR/xslt-30/) and [XPath](https://www.w3.org/TR/xpath-31/)
1413
| **Syntax Highlighting** | Fast and precise - using [Semantic Highlighting](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide) exclusively
15-
| **[Code Formatting](https://code.visualstudio.com/docs/editor/codebasics#_formatting)** | XSLT instruction elements, attributes and multi-line XPath expressions
14+
| **Code Formatting** | XSLT instruction elements, attributes and multi-line XPath expressions
1615
| **Code Diagnostics\*** | For: XPath Syntax, XSLT Instructions, XPath variable references, XPath symbols
17-
| **[XSLT/XPath Processing](https://github.com/DeltaXML/vscode-xslt-tokenizer/wiki/XSLT-Tasks)** | VS Code Task Support for [Saxon (Java)](https://www.saxonica.com/documentation10/index.html) and [Saxon-JS](https://www.saxonica.com/saxon-js/documentation/index.html)
16+
| **XSLT/XPath Processing** | VS Code Task Support for [Saxon (Java)](https://www.saxonica.com/documentation10/index.html) and [Saxon-JS](https://www.saxonica.com/saxon-js/documentation/index.html)
1817
| **Auto-Completion** | XSLT instructions, XPath functions/axis, XPath variables, XPath symbol names, Node names etc.
19-
| **Color Theme Support** | Tested with all popular color themes ([Semantic Highlighting]() must be enabled in settings)
18+
| **Color Theme Support** | Tested with most popular color themes ([Semantic Highlighting]() must be enabled in settings)
2019
| **Code Folding** | Either uses indentation or `region` XML processing-instructions
2120
| **Snippets** | Set of snippets accessed via auto-completion
2221
| **Symbol Outline** | Tree-view of XSLT instructions and symbols (named templates, modes, variables, functions, accumulators etc.)
@@ -150,6 +149,7 @@ Or, to enable syntax highlighting for all themes:
150149
{
151150
"[xslt]": {
152151
"editor.defaultFormatter": "deltaxml.xslt-xpath",
152+
"editor.formatOnSaveMode": "modifications",
153153
"editor.formatOnSave": true,
154154
"editor.formatOnPaste": true,
155155
"editor.formatOnType": true

vscode-xslt.png

193 KB
Loading

0 commit comments

Comments
 (0)