Skip to content

Latest commit

 

History

History
 
 

language-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.