Skip to content

Commit

Permalink
chore: support *.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobo_wang committed Apr 2, 2023
1 parent 0846723 commit 2f568a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ The script comes with the following defaults:
"*.tsx",
"*.js",
"*.jsx",
"*.html",
"*.json",
"*.go",
"*.c",
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Plug "shellRaining/hlchunk.nvim"
"*.tsx",
"*.js",
"*.jsx",
"*.html",
"*.json",
"*.go",
"*.c",
Expand Down
1 change: 1 addition & 0 deletions lua/hlchunk/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local support_ft = {
"*.tsx",
"*.js",
"*.jsx",
"*.html",
"*.json",
"*.go",
"*.c",
Expand Down

0 comments on commit 2f568a9

Please sign in to comment.