blob: ea4fdc3a269d5a56f2e5158fdfe34e20ae20c56f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://templ.guide
---
--- The official language server for the templ HTML templating language.
return {
cmd = { 'templ', 'lsp' },
filetypes = { 'templ' },
root_markers = { 'go.work', 'go.mod', '.git' },
}
|