11# xslint-lsp
22
33A [ Language Server Protocol] ( https://microsoft.github.io/language-server-protocol/ )
4- server that surfaces [ xslint] ( https://github.com/maxonfjvipon /xslint ) 's
4+ server that surfaces [ xslint] ( https://github.com/xslint /xslint ) 's
55diagnostics as you type — squiggles in your editor instead of a failed build.
66
7- [ ![ DevOps By Rultor.com] ( https://www.rultor.com/b/maxonfjvipon /xslint-lsp )] ( https://www.rultor.com/p/maxonfjvipon /xslint-lsp )
7+ [ ![ DevOps By Rultor.com] ( https://www.rultor.com/b/xslint /xslint-lsp )] ( https://www.rultor.com/p/xslint /xslint-lsp )
88
99[ ![ npm] ( https://img.shields.io/npm/v/xslint-lsp.svg?style=flat )] ( https://www.npmjs.com/package/xslint-lsp )
10- [ ![ test] ( https://github.com/maxonfjvipon /xslint-lsp/actions/workflows/test.yml/badge.svg )] ( https://github.com/maxonfjvipon /xslint-lsp/actions/workflows/test.yml )
11- [ ![ codecov] ( https://codecov.io/gh/maxonfjvipon /xslint-lsp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/maxonfjvipon /xslint-lsp )
12- [ ![ PDD status] ( http://www.0pdd.com/svg?name=maxonfjvipon /xslint-lsp )] ( http://www.0pdd.com/p?name=maxonfjvipon /xslint-lsp )
13- [ ![ Hits-of-Code] ( https://hitsofcode.com/github/maxonfjvipon /xslint-lsp )] ( https://hitsofcode.com/view/github/maxonfjvipon /xslint-lsp )
14- [ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/maxonfjvipon /xslint-lsp/blob/master/LICENSE.txt )
10+ [ ![ test] ( https://github.com/xslint /xslint-lsp/actions/workflows/test.yml/badge.svg )] ( https://github.com/xslint /xslint-lsp/actions/workflows/test.yml )
11+ [ ![ codecov] ( https://codecov.io/gh/xslint /xslint-lsp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/xslint /xslint-lsp )
12+ [ ![ PDD status] ( http://www.0pdd.com/svg?name=xslint /xslint-lsp )] ( http://www.0pdd.com/p?name=xslint /xslint-lsp )
13+ [ ![ Hits-of-Code] ( https://hitsofcode.com/github/xslint /xslint-lsp )] ( https://hitsofcode.com/view/github/xslint /xslint-lsp )
14+ [ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/xslint /xslint-lsp/blob/master/LICENSE.txt )
1515
1616xslint lints XSL/XSLT stylesheets — malformed XML, invalid XPath, and stylistic
1717defects — but only in the terminal and CI. This wraps xslint's engine in an LSP
@@ -27,7 +27,7 @@ rule engine to keep in sync.
2727
2828``` text
2929editor ──(LSP over stdio)──▶ src/server.js
30- │ lint(buffer) → @maxonfjvipon /xslint
30+ │ lint(buffer) → @xslint /xslint
3131 │ diagnostics(defects) → src/diagnostics.js
3232 ▼
3333editor ◀──(publishDiagnostics)── { range, severity, code: rule, message }
0 commit comments