Skip to content

Commit 03660b2

Browse files
author
Krisztian Papp
committed
feat: adding structurizr
1 parent 9ee2e7d commit 03660b2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
local util = require 'lspconfig.util'
2+
3+
return {
4+
default_config = {
5+
cmd = { 'structurizr-lsp' },
6+
filetypes = { 'structurizr' },
7+
root_dir = util.root_pattern('.dsl', '.git'),
8+
},
9+
docs = {
10+
description = [[
11+
https://github.com/tacsiazuma/structurizr-lsp
12+
Language server for the Structurizr DSL (https://structurizr.com/dsl) written in Go.
13+
]],
14+
},
15+
}

0 commit comments

Comments
 (0)