1.1.1 • Published 3 years ago

@xml-tools/language-server v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

npm (scoped)

@xml-tools/language-server

XML Language Server

Current Features:

  • Syntax Diagnostics.

Installation

With npm:

  • npm install @xml-tools/language-server

With Yarn

  • yarn add @xml-tools/language-server

Usage

Please see the TypeScript Definitions for full API details.

A simple usage example:

const { SERVER_PATH } = require("@xml-tools/language-server");

// SERVER_PATH is the only API currently and it is meant to expose the "main" module's absolute
// path which would then be executed in a different process
console.log(SERVER_PATH); // --> .../node_module/@xml-tools/language-server/lib/server.js

Support

Please open issues on github.

Contributing

See CONTRIBUTING.md.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago