diff options
Diffstat (limited to 'lsp/templ.lua')
| -rw-r--r-- | lsp/templ.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/templ.lua b/lsp/templ.lua index b907abd7..ea4fdc3a 100644 --- a/lsp/templ.lua +++ b/lsp/templ.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://templ.guide --- --- The official language server for the templ HTML templating language. +--- https://templ.guide +--- +--- The official language server for the templ HTML templating language. return { cmd = { 'templ', 'lsp' }, filetypes = { 'templ' }, |
