Skip to content

Commit bc09aa2

Browse files
docs: update configs.md
skip-checks: true
1 parent a4f2963 commit bc09aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5214,7 +5214,7 @@ Default config:
52145214
```
52155215
- `filetypes` :
52165216
```lua
5217-
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure" }
5217+
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" }
52185218
```
52195219
- `root_markers` :
52205220
```lua

doc/configs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3707,7 +3707,7 @@ Default config:
37073707
- cmd: >lua
37083708
{ "harper-ls", "--stdio" }
37093709
- filetypes: >lua
3710-
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure" }
3710+
{ "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" }
37113711
- root_markers: >lua
37123712
{ ".git" }
37133713
<

0 commit comments

Comments
 (0)