htmx-lsp-server 0.1.0

lsp server for htmx-lsp
Documentation
1
2
3
4
5
6
7
8
9
10
queue:<queue option> - determines how events are queued if an event occurs while a request for another event is in flight. Options are:

* first - queue the first event
* last - queue the last event (default)
* all - queue all events (issue a request for each event)
* none - do not queue new events



[HTMX Reference](https://htmx.org/attributes/hx-trigger/)