blob: 8b8910de4fea405c8cf65f35a0448b73ddb48c9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/opa-oz/pug-lsp
---
--- An implementation of the Language Protocol Server for [Pug.js](http://pugjs.org)
---
--- PugLSP can be installed via `go install github.com/opa-oz/pug-lsp@latest`, or manually downloaded from [releases page](https://github.com/opa-oz/pug-lsp/releases)
return {
cmd = { 'pug-lsp' },
filetypes = { 'pug' },
root_markers = { 'package.json' },
}
|