Skip to content

Commit

Permalink
feat: add htmldjango support
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinyuz committed May 22, 2024
1 parent b03751c commit 7929348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Default configuration:
handlebars = "{{! %s }}",
hcl = "# %s",
html = "<!-- %s -->",
htmldjango = "{# %s #}",
ini = "; %s",
javascript = {
"// %s",
Expand Down
1 change: 1 addition & 0 deletions lua/ts-comments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local options = {
handlebars = "{{! %s }}",
hcl = "# %s",
html = "<!-- %s -->",
htmldjango = "{# %s #}",
ini = "; %s",
lua = { "-- %s", "--- %s" }, -- langs can have multiple commentstrings
php = "// %s",
Expand Down

0 comments on commit 7929348

Please sign in to comment.