Skip to content

Commit

Permalink
fix: macro bickers with trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lavafroth committed Dec 4, 2023
1 parent c3ab192 commit d1f08f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/src/htmx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub static HX_ATTRIBUTE_VALUES: phf::Map<&'static str, &[HxCompletion]> = phf::p

"hx-disable-elt" => build_completion![
("closest", "./hx-disabled-elt/closest.md"),
("this", "./hx-disabled-elt/this.md"),
("this", "./hx-disabled-elt/this.md")
] as &[_],

"hx-trigger" => build_completion![
Expand Down

0 comments on commit d1f08f5

Please sign in to comment.