Skip to content

Commit

Permalink
add some of the tags added by the extensions (Usage not yet implemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Mar 5, 2024
1 parent 3546383 commit 7fb462d
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/alpine-morph/hx-swap/morph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/class-tools/classes/add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/class-tools/classes/remove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/class-tools/classes/toggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/head-support/hx-head/append.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/head-support/hx-head/merge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/head-support/hx-head/re-eval.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/idiomorph/hx-swap/morph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/idiomorph/hx-swap/morph:innerHTML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/idiomorph/hx-swap/morph:outerHTML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/loading-states/data-loading/block.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/loading-states/data-loading/flex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/morphdom-swap/hx-swap/morphdom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/multi-swap/hx-swap/multi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/path-deps/hx-trigger/path-deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/preload/preload-images/false.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/preload/preload-images/true.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/preload/preload/mousedown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/preload/preload/mouseover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/restored/hx-trigger/restored.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/hx-ext/sse/hx-trigger/sse:.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
1 change: 1 addition & 0 deletions lsp/src/htmx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ pub static HX_EXTENSIONS: phf::Map<&'static str, &'static [HxCompletion]> = phf:
"client-side-templates" => build_completion![
("handlebars-template", "./attributes/client-side-templates/handlebars-template.md"),
("mustache-template", "./attributes/client-side-templates/mustache-template.md"),
("mustache-array-template", "./attributes/client-side-templates/mustache-array-template.md"),
("nunjucks-template", "./attributes/client-side-templates/nunjucks-template.md"),
("xslt-template", "./attributes/client-side-templates/xslt-template.md")
] as &[_],
Expand Down

0 comments on commit 7fb462d

Please sign in to comment.