Back to Quarkdown

lsp

quarkdown-lsp/README.md

2.0.1568 B
Original Source

lsp

This module contains sources for the Quarkdown language server, which follows the Language Server Protocol (LSP), allowing integration with code editors and IDEs:

Features include:

  • Syntax highlighting for function calls via semantic tokens
  • Completions for functions, parameters and values
  • Documentation on hover
  • Diagnostics

The implementation is based on the LSP4J library.