aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/html.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs: apply auto-generated annotations to LSP configsYi Ming2026-03-131-0/+1
|
* fix: cleanup unknown filetypes #4266Igor Lacerda2026-01-271-1/+1
|
* fix: separate type annotation from `@brief` docstring #4017Igor Lacerda2025-08-191-0/+1
|
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* docs: cleanupJustin M. Keyes2025-04-181-21/+21
| | | | | - brief should live at the top of each file - fix indentation for some docs
* fix(docs): docgen.lua reads from `lua/*.lua` #3708Justin M. Keyes2025-04-121-1/+1
| | | | | | | | Problem: Since configs now live in `lsp/`, the docgen needs to be updated. Solution: Read the configs from `lsp/`. Parse the `@brief` docstring to get the docs.