Skip to content

Commit 77b8b5b

Browse files
chore(build): auto-generate docs
1 parent ef30973 commit 77b8b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/extras/lang/clojure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ opts = {}
225225
```lua
226226
opts = function(_, opts)
227227
if type(opts.sources) == "table" then
228-
vim.list_extend(opts.sources, { name = "clojure" })
228+
vim.list_extend(opts.sources, { name = "conjure" })
229229
end
230230
end
231231
```
@@ -244,7 +244,7 @@ end
244244
},
245245
opts = function(_, opts)
246246
if type(opts.sources) == "table" then
247-
vim.list_extend(opts.sources, { name = "clojure" })
247+
vim.list_extend(opts.sources, { name = "conjure" })
248248
end
249249
end,
250250
}

0 commit comments

Comments
 (0)